Skip to content

Commit

Permalink
overlays: fix compatible for RPi4
Browse files Browse the repository at this point in the history
RPi4 compatible is now bcm2711, but some overlays refer to the SoC as
bcm2838. Fix this overlays as they otherwise won't apply.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
  • Loading branch information
mbgg authored and Phil Elwell committed Oct 9, 2019
1 parent 2f0975e commit 2f144f8
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/i2c3-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&i2c3>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/i2c4-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&i2c4>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/i2c5-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&i2c5>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/i2c6-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&i2c6>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi3-1cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi3_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi3-2cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi3_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi4-1cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi4_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi4-2cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi4_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi5-1cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi5_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi5-2cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi5_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi6-1cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi6_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/spi6-2cs-overlay.dts
Expand Up @@ -3,7 +3,7 @@


/ {
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&spi6_cs_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/uart2-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&uart2>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/uart3-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&uart3>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/uart4-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&uart4>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/uart5-overlay.dts
Expand Up @@ -2,7 +2,7 @@
/plugin/;

/{
compatible = "brcm,bcm2838";
compatible = "brcm,bcm2711";

fragment@0 {
target = <&uart5>;
Expand Down

0 comments on commit 2f144f8

Please sign in to comment.