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

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 14 03:48:46 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/a9fdb35740e52552274fbe8b7fd6cc5734068b98

commit a9fdb35740e52552274fbe8b7fd6cc5734068b98
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 7914834..7cbd14e 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