From 41aa765946c55a91543cc872f595f5e3298dcf0a Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 20 Aug 2021 00:09:58 +0200 Subject: ath79: remove redundant nvmem definitions Due to use of a script when migrating from mtd-mac-address, a few of the definitions are redundant in DTSI and DTS files. Remove those and consolidate the definitions in parent DTSI files in a few cases. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi') diff --git a/target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi b/target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi index 40a2ca2399..9d896360dc 100644 --- a/target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi +++ b/target/linux/ath79/dts/ar7240_tplink_tl-wr.dtsi @@ -44,13 +44,3 @@ &ath9k { compatible = "pci168c,002b"; }; - -&uboot { - compatible = "nvmem-cells"; - #address-cells = <1>; - #size-cells = <1>; - - macaddr_uboot_1fc00: macaddr@1fc00 { - reg = <0x1fc00 0x6>; - }; -}; -- cgit v1.2.3