Skip to content

Commit 2b03e60

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 <phil@raspberrypi.com>
1 parent bc212d6 commit 2b03e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
gpio3 = &pinctrl;
108108
gpio4 = &pinctrl_aon;
109109
gpiochip0 = &gpio;
110+
gpiochip10 = &gio;
110111
i2c = &i2c_arm;
111112
i2c0 = &i2c0;
112113
i2c1 = &i2c1;

0 commit comments

Comments
 (0)