diff options
author | Furong Xu <xfr@outlook.com> | 2017-02-14 17:25:08 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:19:56 +0100 |
commit | a9fdb35740e52552274fbe8b7fd6cc5734068b98 (patch) | |
tree | 9d4173bf8defec5299335c3d995243ad67d44fbc /target/linux/ramips/dts | |
parent | 85766c8d7023cd9e7d1ff30ff00639a0d75697b1 (diff) | |
download | upstream-a9fdb35740e52552274fbe8b7fd6cc5734068b98.tar.gz upstream-a9fdb35740e52552274fbe8b7fd6cc5734068b98.tar.bz2 upstream-a9fdb35740e52552274fbe8b7fd6cc5734068b98.zip |
ramips: Clean duplicated status property for Omega2 WMAC in dtsi
At the tail of dtsi, wmac is enabled twice, clean the first one
Signed-off-by: Furong Xu <xfr@outlook.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/OMEGA2.dtsi b/target/linux/ramips/dts/OMEGA2.dtsi index 79148347f3..7cbd14e696 100644 --- a/target/linux/ramips/dts/OMEGA2.dtsi +++ b/target/linux/ramips/dts/OMEGA2.dtsi @@ -94,10 +94,6 @@ status = "okay"; }; -&wmac { - status = "okay"; -}; - &spi0 { status = "okay"; |