Skip to content

Commit e044f6a

Browse files
committed
dts: bcm2712-rpi: Add four missing GPIOs to 2712D0
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@raspberrypi.com>
1 parent 50a6e5c commit e044f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"", // GPIO_007
1616
"", // GPIO_008
1717
"", // GPIO_009
18-
"", // GPIO_010
19-
"", // GPIO_011
20-
"", // GPIO_012
21-
"", // GPIO_013
18+
"-", // GPIO_010
19+
"-", // GPIO_011
20+
"-", // GPIO_012
21+
"-", // GPIO_013
2222
"PCIE_SDA", // GPIO_014
2323
"PCIE_SCL", // GPIO_015
2424
"", // GPIO_016

0 commit comments

Comments
 (0)