Skip to content

Commit 58bb90a

Browse files
vstehleffainelli
authored andcommitted
ARM: dts: bcm2835-rpi-zero-w: Fix led polarity
The status "ACT" led on the Raspberry Pi Zero W is on when GPIO 47 is low. This has been verified on a board and somewhat confirmed by both the GPIO name ("STATUS_LED_N") and the reduced schematics [1]. [1]: https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_ZeroW_1p1_reduced.pdf Fixes: 2c7c040 ("ARM: dts: bcm2835: Add Raspberry Pi Zero W") Signed-off-by: Vincent Stehlé <[email protected]> Cc: Stefan Wahren <[email protected]> Cc: Florian Fainelli <[email protected]> Tested-by: Stefan Wahren <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent b9bbe6e commit 58bb90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm2835-rpi-zero-w.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
leds {
2626
act {
27-
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
27+
gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
2828
};
2929
};
3030

0 commit comments

Comments
 (0)