overlays: Correct some compatible strings
authorPhil Elwell <phil@raspberrypi.com>
Fri, 2 Feb 2024 14:08:14 +0000 (14:08 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:36 +0000 (11:35 +0000)
More thorough overlay testing has identified some Pi 4-specific
overlays that has "brcm,bcm2835" compatible strings. Correct them.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/midi-uart2-overlay.dts
arch/arm/boot/dts/overlays/midi-uart3-overlay.dts
arch/arm/boot/dts/overlays/midi-uart4-overlay.dts
arch/arm/boot/dts/overlays/midi-uart5-overlay.dts
arch/arm/boot/dts/overlays/ramoops-pi4-overlay.dts

index 66f3092..5c6985f 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 /{
-        compatible = "brcm,bcm2835";
+        compatible = "brcm,bcm2711";
 
         fragment@0 {
                 target-path = "/";
index 55c6cb9..052027d 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 /{
-        compatible = "brcm,bcm2835";
+        compatible = "brcm,bcm2711";
 
         fragment@0 {
                 target-path = "/";
index 5819df1..5f09a7c 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 /{
-        compatible = "brcm,bcm2835";
+        compatible = "brcm,bcm2711";
 
         fragment@0 {
                 target-path = "/";
index a1d37f7..74551ec 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 /{
-        compatible = "brcm,bcm2835";
+        compatible = "brcm,bcm2711";
 
         fragment@0 {
                 target-path = "/";
index 4f3d30e..1737e37 100644 (file)
@@ -2,7 +2,7 @@
 /plugin/;
 
 / {
-       compatible = "brcm,bcm2835";
+       compatible = "brcm,bcm2711";
 
        fragment@0 {
                target = <&rmem>;