[source] ramips: fixed sms led polarity into dwr-512 DT

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


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

commit 85766c8d7023cd9e7d1ff30ff00639a0d75697b1
Author: Giuseppe Lippolis <giu.lippolis at gmail.com>
AuthorDate: Mon Feb 13 11:36:41 2017 +0100

    ramips: fixed sms led polarity into dwr-512 DT
    
    Signed-off-by: Giuseppe Lippolis <giu.lippolis at gmail.com>
---
 target/linux/ramips/dts/DWR-512-B.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/DWR-512-B.dts b/target/linux/ramips/dts/DWR-512-B.dts
index 29e8eaf..9e15485 100644
--- a/target/linux/ramips/dts/DWR-512-B.dts
+++ b/target/linux/ramips/dts/DWR-512-B.dts
@@ -33,7 +33,7 @@
 
 		sms {
 			label = "dwr-512-b:green:sms";
-			gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
+			gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
 		};
 		status {
 			label = "dwr-512-b:green:status";



More information about the lede-commits mailing list