Skip to content

Commit a599f69

Browse files
6by9popcornmix
authored andcommitted
BCM270X_DT: Invert Pi3 power LED to match fw change
Firmware expgpio driver reworked due to complaint over hotplug detect. Requires power LED to change sense as firmware is no longer inverting the read value. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 59e4f29 commit a599f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm2710-rpi-3-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
pwr_led: pwr {
176176
label = "led1";
177177
linux,default-trigger = "input";
178-
gpios = <&expgpio 7 GPIO_ACTIVE_LOW>;
178+
gpios = <&expgpio 7 0>;
179179
};
180180
};
181181

0 commit comments

Comments
 (0)