Skip to content

Commit

Permalink
BCM2708_DT: Use upstreamed GPIO expander driver
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Phil Elwell authored and popcornmix committed Oct 8, 2018
1 parent 8004d63 commit 1a158e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

&soc {
expgpio: expgpio {
compatible = "brcm,bcm2835-expgpio";
compatible = "raspberrypi,firmware-gpio";
gpio-controller;
#gpio-cells = <2>;
firmware = <&firmware>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-3-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
};

expgpio: expgpio {
compatible = "brcm,bcm2835-expgpio";
compatible = "raspberrypi,firmware-gpio";
gpio-controller;
#gpio-cells = <2>;
firmware = <&firmware>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-cm3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
};

expgpio: expgpio {
compatible = "brcm,bcm2835-expgpio";
compatible = "raspberrypi,firmware-gpio";
gpio-controller;
#gpio-cells = <2>;
firmware = <&firmware>;
Expand Down

0 comments on commit 1a158e5

Please sign in to comment.