Skip to content

Commit 2d7d7e3

Browse files
lategoodbyegregkh
authored andcommitted
ARM: dts: bcm2711-rpi-400: Fix GPIO line names
commit b9b6d4c upstream. The GPIO expander line names has been fixed in the vendor tree last year, so upstream these changes. Fixes: 1c701ac ("ARM: dts: Add Raspberry Pi 400 support") Reported-by: Ivan T. Ivanov <[email protected]> Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1899213 commit 2d7d7e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/bcm2711-rpi-400.dts

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
&expgpio {
2929
gpio-line-names = "BT_ON",
3030
"WL_ON",
31-
"",
31+
"PWR_LED_OFF",
3232
"GLOBAL_RESET",
3333
"VDD_SD_IO_SEL",
34-
"CAM_GPIO",
34+
"GLOBAL_SHUTDOWN",
3535
"SD_PWR_ON",
36-
"SD_OC_N";
36+
"SHUTDOWN_REQUEST";
3737
};
3838

3939
&genet_mdio {

0 commit comments

Comments
 (0)