diff options
Diffstat (limited to 'target/linux/lantiq/dts/P2812HNUF1.dts')
-rw-r--r-- | target/linux/lantiq/dts/P2812HNUF1.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/P2812HNUF1.dts b/target/linux/lantiq/dts/P2812HNUF1.dts index 87b2f8a6a6..5829ee5262 100644 --- a/target/linux/lantiq/dts/P2812HNUF1.dts +++ b/target/linux/lantiq/dts/P2812HNUF1.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "P2812HNUFX.dtsi" +#include "P2812HNUFX.dtsi" / { model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; @@ -57,11 +57,11 @@ gpio-leds { usb1: usb1 { label = "p2812hnuf1:green:usb1"; - gpios = <&gpio 38 1>; + gpios = <&gpio 38 GPIO_ACTIVE_LOW>; }; usb2: usb2 { label = "p2812hnuf1:green:usb2"; - gpios = <&gpio 44 1>; + gpios = <&gpio 44 GPIO_ACTIVE_LOW>; }; }; }; |