summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/stih416-b2020e.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/stih416-b2020e.dts')
-rw-r--r--dts/src/arm/stih416-b2020e.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/src/arm/stih416-b2020e.dts b/dts/src/arm/stih416-b2020e.dts
index f1ceee192a..de320cd067 100644
--- a/dts/src/arm/stih416-b2020e.dts
+++ b/dts/src/arm/stih416-b2020e.dts
@@ -9,6 +9,7 @@
/dts-v1/;
#include "stih416.dtsi"
#include "stih41x-b2020.dtsi"
+#include <dt-bindings/gpio/gpio.h>
/ {
model = "STiH416 B2020 REV-E";
compatible = "st,stih416-b2020", "st,stih416";
@@ -17,13 +18,12 @@
leds {
compatible = "gpio-leds";
red {
- #gpio-cells = <1>;
label = "Front Panel LED";
- gpios = <&pio4 1>;
+ gpios = <&pio4 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
green {
- gpios = <&pio1 3>;
+ gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
};