From 26f07f668aec6363f69cfdaadbe88f5a394d8a41 Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Mon, 13 Feb 2017 11:36:41 +0100 Subject: [PATCH] ramips: fixed sms led polarity into dwr-512 DT Signed-off-by: Giuseppe Lippolis --- 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 29e8eaf410..9e15485d3f 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"; -- 2.30.2