diff options
author | Shiji Yang <yangshiji66@qq.com> | 2023-10-15 09:40:06 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-17 12:07:27 +0200 |
commit | 95e241d2af820d92bad63a5daa3823174d549ba5 (patch) | |
tree | 98ad244c804076ff42d188214ffbf7f00ed1612f /target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts | |
parent | f53fa2a0cb9c3c802ac79409330bcba3b971c8ca (diff) |
ramips: remove useless status property from wmac dts node
On the ramips target, all 'wmac' nodes in SoC dtsi are enabled by
default except mt7628. There is no need to mark them as 'okay'
again. So these useless properties can be removed.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts')
-rw-r--r-- | target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts b/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts index b9b44bd512..a891ab657e 100644 --- a/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts +++ b/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts @@ -166,7 +166,6 @@ }; &wmac { - status = "okay"; nvmem-cells = <&eeprom_factory_0>; nvmem-cell-names = "eeprom"; }; |