diff options
author | Jack Chen <redchenjs@live.com> | 2020-01-06 00:43:57 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-05 20:06:07 +0100 |
commit | d81a8a3e29c466c796e7d2eb4b320ad939fb4273 (patch) | |
tree | 1a62cdf91f249398a6ecfdf1aedabba4c6b3188c | |
parent | e1b62c85f51bba0b0916fce21ceea07b834ed71d (diff) | |
download | upstream-d81a8a3e29c466c796e7d2eb4b320ad939fb4273.tar.gz upstream-d81a8a3e29c466c796e7d2eb4b320ad939fb4273.tar.bz2 upstream-d81a8a3e29c466c796e7d2eb4b320ad939fb4273.zip |
ramips: remove duplicate dts nodes of MediaTek LinkIt Smart 7688
There are two identical wmac nodes in the dts file of MediaTek
LinkIt Smart 7688, so delete one of them.
Signed-off-by: Jack Chen <redchenjs@live.com>
(cherry picked from commit 4be271a4867dcf57a122eeb7b42407e7a506915e)
-rw-r--r-- | target/linux/ramips/dts/LINKIT7688.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/LINKIT7688.dts b/target/linux/ramips/dts/LINKIT7688.dts index a81a2d5a4c..33c5866985 100644 --- a/target/linux/ramips/dts/LINKIT7688.dts +++ b/target/linux/ramips/dts/LINKIT7688.dts @@ -85,10 +85,6 @@ }; }; -&wmac { - status = "okay"; -}; - &spi0 { status = "okay"; |