[SRU][N:raspi][PATCH 08/13] dts: bcm2712-rpi: Add four missing GPIOs to 2712D0

Juerg Haefliger juerg.haefliger at canonical.com
Tue Jun 3 07:35:21 UTC 2025


From: Phil Elwell <phil at raspberrypi.com>

BugLink: https://bugs.launchpad.net/bugs/2111928

It's useful for gpioinfo and pinctrl to distinguish between unused and
absent GPIOs. We use "-" for the former and "" for the latter.
With this convention, gpioinfo shows absent GPIOs as "unnamed", while
pinctrl omits them altogether.

Signed-off-by: Phil Elwell <phil at raspberrypi.com>
(cherry picked from commit e044f6af1b2b41bc2212551b4fd6353469cb7263 rpi-6.6.y)
Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
 arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts b/arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts
index 32aab40524b3..d3a6aefd2e42 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts
@@ -15,10 +15,10 @@ &gio {
 		"", // GPIO_007
 		"", // GPIO_008
 		"", // GPIO_009
-		"", // GPIO_010
-		"", // GPIO_011
-		"", // GPIO_012
-		"", // GPIO_013
+		"-", // GPIO_010
+		"-", // GPIO_011
+		"-", // GPIO_012
+		"-", // GPIO_013
 		"PCIE_SDA", // GPIO_014
 		"PCIE_SCL", // GPIO_015
 		"", // GPIO_016
-- 
2.48.1




More information about the kernel-team mailing list