Skip to content

Commit 4b61633

Browse files
nkskjamesshenki
authored andcommitted
arm/dts/barreleye: Fix polarity and names of LEDs
Makes names consistent with schematic. Signed-off-by: Norman James <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent 5acfe35 commit 4b61633

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,14 @@
100100
compatible = "gpio-leds";
101101

102102
heartbeat {
103-
gpios = <&gpio 140 GPIO_ACTIVE_LOW>;
103+
gpios = <&gpio 140 GPIO_ACTIVE_HIGH>;
104104
};
105-
106-
power {
107-
gpios = <&gpio 141 GPIO_ACTIVE_LOW>;
108-
};
109-
110105
identify {
111-
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
106+
gpios = <&gpio 58 GPIO_ACTIVE_LOW>;
107+
};
108+
beep {
109+
gpios = <&gpio 111 GPIO_ACTIVE_HIGH>;
112110
};
113-
114111
};
115112
};
116113

0 commit comments

Comments
 (0)