[source] ramips: RT5350F-OLINUXINO: invert WiFi LED polarity

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 28 00:22:09 PDT 2017


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

commit c1d19b107b964f00eb8e90685dcc26aa0afe5f79
Author: Zoltan Gyarmati <mr.zoltan.gyarmati at gmail.com>
AuthorDate: Tue Sep 19 23:59:54 2017 +0200

    ramips: RT5350F-OLINUXINO: invert WiFi LED polarity
    
    The polarity of WLAN_ACT LED on the base module needs to inverted
    in order to be 'on' when the WiFi interface is active
    
    Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati at gmail.com>
---
 target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi b/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
index f5ccccb..784001c 100644
--- a/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
+++ b/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
@@ -63,6 +63,7 @@
 
 &wmac {
 	ralink,mtd-eeprom = <&factory 0>;
+	ralink,led-polarity = <1>;
 };
 
 &ehci {



More information about the lede-commits mailing list