X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FWMR-300.dts;h=63354dafbe7cece3f83fbc94eb7b15877e6b64b3;hb=70b192f57358f753842cbe1f8f82e26e8c6f9e1e;hp=a56f71642e7c10199d095f0a1d7d680333c303fb;hpb=b70a96285c0f489be68bfea7a84a7950a58ddc79;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/WMR-300.dts b/target/linux/ramips/dts/WMR-300.dts index a56f71642e..63354dafbe 100644 --- a/target/linux/ramips/dts/WMR-300.dts +++ b/target/linux/ramips/dts/WMR-300.dts @@ -2,6 +2,7 @@ #include "mt7620n.dtsi" +#include #include / { @@ -13,17 +14,17 @@ aoss1 { label = "wmr-300:red:aoss"; - gpios = <&gpio2 1 1>; + gpios = <&gpio2 1 GPIO_ACTIVE_LOW>; }; aoss2 { label = "wmr-300:green:aoss"; - gpios = <&gpio2 2 1>; + gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; }; power { label = "wmr-300:green:status"; - gpios = <&gpio2 4 1>; + gpios = <&gpio2 4 GPIO_ACTIVE_LOW>; }; }; @@ -35,13 +36,13 @@ reset { label = "reset"; - gpios = <&gpio0 1 1>; + gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; linux,code = ; }; aoss { label = "aoss"; - gpios = <&gpio0 2 1>; + gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; linux,code = ; }; };