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 6f86e9a commit e98bd70Copy full SHA for e98bd70
arch/arm/boot/dts/kirkwood-lswxl.dts
@@ -201,23 +201,23 @@
201
202
led@4 {
203
label = "lswxl:blue:power";
204
- gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
205
+ default-state = "keep";
206
};
207
208
led@5 {
209
label = "lswxl:red:func";
- gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
210
- default-state = "keep";
+ gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
211
212
213
led@6 {
214
label = "lswxl:red:hdderr0";
215
- gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
216
217
218
led@7 {
219
label = "lswxl:red:hdderr1";
220
- gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
221
222
223
0 commit comments