Skip to content

Commit b9b6d4c

Browse files
lategoodbyeffainelli
authored andcommitted
ARM: dts: bcm2711-rpi-400: Fix GPIO line names
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 <iivanov@suse.de> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent f2906aa commit b9b6d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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)