diff options
author | Giuseppe Lippolis <giu.lippolis@gmail.com> | 2017-02-13 11:36:41 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:02:48 +0200 |
commit | 26f07f668aec6363f69cfdaadbe88f5a394d8a41 (patch) | |
tree | 17e5e9acce115745d7f1cdd86593b000d7fe93cb /target/linux/ramips/dts | |
parent | dbd2212205908eac3afce45f3c05e805143728cf (diff) | |
download | upstream-26f07f668aec6363f69cfdaadbe88f5a394d8a41.tar.gz upstream-26f07f668aec6363f69cfdaadbe88f5a394d8a41.tar.bz2 upstream-26f07f668aec6363f69cfdaadbe88f5a394d8a41.zip |
ramips: fixed sms led polarity into dwr-512 DT
Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DWR-512-B.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |