diff options
Diffstat (limited to 'target/linux/ramips/dts/MZK-750DHP.dts')
-rw-r--r-- | target/linux/ramips/dts/MZK-750DHP.dts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/MZK-750DHP.dts b/target/linux/ramips/dts/MZK-750DHP.dts index dfefb0e320..f9f02550ca 100644 --- a/target/linux/ramips/dts/MZK-750DHP.dts +++ b/target/linux/ramips/dts/MZK-750DHP.dts @@ -2,10 +2,11 @@ #include "mt7620a.dtsi" +#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h> / { - compatible = "ralink,mt7620a-soc"; + compatible = "planex,mzk-750dhp", "ralink,mt7620a-soc"; model = "Planex MZK-750DHP"; gpio-leds { @@ -13,17 +14,17 @@ wps { label = "mzk-750dhp:green:wps"; - gpios = <&gpio2 15 1>; + gpios = <&gpio2 15 GPIO_ACTIVE_LOW>; }; power { label = "mzk-750dhp:green:power"; - gpios = <&gpio1 15 1>; + gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; }; wlan5g { label = "mzk-750dhp:green:wlan5g"; - gpios = <&gpio1 14 1>; + gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; }; }; @@ -35,13 +36,13 @@ s1 { label = "reset"; - gpios = <&gpio0 1 1>; + gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; linux,code = <KEY_RESTART>; }; s2 { label = "wps"; - gpios = <&gpio2 19 1>; + gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; linux,code = <KEY_WPS_BUTTON>; }; }; |