diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-20 00:09:58 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-20 18:13:55 +0200 |
commit | 41aa765946c55a91543cc872f595f5e3298dcf0a (patch) | |
tree | 8d78af7ca95855c8e85113eb4fbee24dfd1cc968 /target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts | |
parent | f13c7a56f0352b001e9495fb64fc4e7cfa268d31 (diff) | |
download | upstream-41aa765946c55a91543cc872f595f5e3298dcf0a.tar.gz upstream-41aa765946c55a91543cc872f595f5e3298dcf0a.tar.bz2 upstream-41aa765946c55a91543cc872f595f5e3298dcf0a.zip |
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts b/target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts index fb31aa2872..920d2db996 100644 --- a/target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts +++ b/target/linux/ath79/dts/qca9533_tplink_cpe220-v3.dts @@ -29,13 +29,3 @@ switch-only-mode = <1>; }; }; - -&info { - compatible = "nvmem-cells"; - #address-cells = <1>; - #size-cells = <1>; - - macaddr_info_8: macaddr@8 { - reg = <0x8 0x6>; - }; -}; |