Skip to content

Commit c63f73d

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
BCM2708_DT: Use upstreamed GPIO expander driver
The upstreamed driver for the GPIO expander has a different compatible string. Change the relevant Device Tree files to match. See: #2704 Signed-off-by: Phil Elwell <[email protected]>
1 parent 98924c9 commit c63f73d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
&soc {
8686
expgpio: expgpio {
87-
compatible = "brcm,bcm2835-expgpio";
87+
compatible = "raspberrypi,firmware-gpio";
8888
gpio-controller;
8989
#gpio-cells = <2>;
9090
firmware = <&firmware>;

arch/arm/boot/dts/bcm2710-rpi-3-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
};
9393

9494
expgpio: expgpio {
95-
compatible = "brcm,bcm2835-expgpio";
95+
compatible = "raspberrypi,firmware-gpio";
9696
gpio-controller;
9797
#gpio-cells = <2>;
9898
firmware = <&firmware>;

arch/arm/boot/dts/bcm2710-rpi-cm3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
};
5353

5454
expgpio: expgpio {
55-
compatible = "brcm,bcm2835-expgpio";
55+
compatible = "raspberrypi,firmware-gpio";
5656
gpio-controller;
5757
#gpio-cells = <2>;
5858
firmware = <&firmware>;

0 commit comments

Comments
 (0)