From c1d19b107b964f00eb8e90685dcc26aa0afe5f79 Mon Sep 17 00:00:00 2001 From: Zoltan Gyarmati Date: Tue, 19 Sep 2017 23:59:54 +0200 Subject: [PATCH] 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 --- 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 f5ccccbf84..784001c0d5 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 { -- 2.30.2