We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acfe35 commit 4b61633Copy full SHA for 4b61633
arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
@@ -100,17 +100,14 @@
100
compatible = "gpio-leds";
101
102
heartbeat {
103
- gpios = <&gpio 140 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 140 GPIO_ACTIVE_HIGH>;
104
};
105
-
106
- power {
107
- gpios = <&gpio 141 GPIO_ACTIVE_LOW>;
108
- };
109
110
identify {
111
- gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 58 GPIO_ACTIVE_LOW>;
+ };
+ beep {
+ gpios = <&gpio 111 GPIO_ACTIVE_HIGH>;
112
113
114
115
116
0 commit comments