Skip to content

Commit 90fc433

Browse files
committed
dts: bcm2712-rpi: The SoC gpiochips start at 10
Make the BCM2712's onboard GPIOs start at gpiochip10, marking them out as system resources and preventing accidental use by existing Pi 5 code. Signed-off-by: Phil Elwell <[email protected]>
1 parent 9493731 commit 90fc433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
gpio3 = &pinctrl;
114114
gpio4 = &pinctrl_aon;
115115
gpiochip0 = &gpio;
116+
gpiochip10 = &gio;
116117
i2c = &i2c_arm;
117118
i2c0 = &i2c0;
118119
i2c1 = &i2c1;

0 commit comments

Comments
 (0)