diff options
Diffstat (limited to 'target/linux/ramips/dts/WRTNODE.dts')
-rw-r--r-- | target/linux/ramips/dts/WRTNODE.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WRTNODE.dts b/target/linux/ramips/dts/WRTNODE.dts index df10eefcbf..888d32ab16 100644 --- a/target/linux/ramips/dts/WRTNODE.dts +++ b/target/linux/ramips/dts/WRTNODE.dts @@ -2,8 +2,10 @@ #include "mt7620n.dtsi" +#include <dt-bindings/gpio/gpio.h> + / { - compatible = "wrtnode", "ralink,mt7620n-soc"; + compatible = "wrtnode,wrtnode", "ralink,mt7620n-soc"; model = "WRTNODE"; gpio-leds { @@ -11,7 +13,7 @@ indicator { label = "wrtnode:blue:indicator"; - gpios = <&gpio1 14 1>; + gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; }; }; }; |