diff options
author | Furong Xu <xfr@outlook.com> | 2017-02-14 17:25:08 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:02:48 +0200 |
commit | 0f3c2d031a0a2d040cedfc6e51b97f223e17da87 (patch) | |
tree | 5556d605d2f0c7bf26f8b21978aa684e4a45067f /target | |
parent | 26f07f668aec6363f69cfdaadbe88f5a394d8a41 (diff) | |
download | mtk-20170518-0f3c2d031a0a2d040cedfc6e51b97f223e17da87.zip mtk-20170518-0f3c2d031a0a2d040cedfc6e51b97f223e17da87.tar.gz mtk-20170518-0f3c2d031a0a2d040cedfc6e51b97f223e17da87.tar.bz2 |
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')
-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 5d9b619..132df58 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"; |