summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2022-06-15 23:05:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-29 09:04:43 +0200
commit2d7d7e30dc6ece54289d84199b6b613889c9046f (patch)
treee8cd651a82f4947e0fa8173e584fa10ede3a353a
parent1899213cfd01ac7d844a8010fea0fa2e4ddee026 (diff)
downloadlinux-stable-2d7d7e30dc6ece54289d84199b6b613889c9046f.tar.gz
linux-stable-2d7d7e30dc6ece54289d84199b6b613889c9046f.tar.bz2
linux-stable-2d7d7e30dc6ece54289d84199b6b613889c9046f.zip
ARM: dts: bcm2711-rpi-400: Fix GPIO line names
commit b9b6d4c925604b70d007feb4c77b8cc4c038d2da upstream. The GPIO expander line names has been fixed in the vendor tree last year, so upstream these changes. Fixes: 1c701accecf2 ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm/boot/dts/bcm2711-rpi-400.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm2711-rpi-400.dts b/arch/arm/boot/dts/bcm2711-rpi-400.dts
index f4d2fc20397c..c53d9eb0b802 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-400.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-400.dts
@@ -28,12 +28,12 @@
&expgpio {
gpio-line-names = "BT_ON",
"WL_ON",
- "",
+ "PWR_LED_OFF",
"GLOBAL_RESET",
"VDD_SD_IO_SEL",
- "CAM_GPIO",
+ "GLOBAL_SHUTDOWN",
"SD_PWR_ON",
- "SD_OC_N";
+ "SHUTDOWN_REQUEST";
};
&genet_mdio {