[source] ramips: Clean duplicated status property for Omega2 WMAC in dtsi

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 28 08:04:11 PDT 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/0f3c2d031a0a2d040cedfc6e51b97f223e17da87

commit 0f3c2d031a0a2d040cedfc6e51b97f223e17da87
Author: Furong Xu <xfr at outlook.com>
AuthorDate: Tue Feb 14 17:25:08 2017 +0800

    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 at outlook.com>
---
 target/linux/ramips/dts/OMEGA2.dtsi | 4 ----
 1 file changed, 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";
 



More information about the lede-commits mailing list