ARM: dts: Correct SoC name
authorPhil Elwell <phil@raspberrypi.com>
Fri, 31 Jan 2020 15:24:59 +0000 (15:24 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:21 +0000 (16:33 +0100)
The Pi 4 SoC is called BCM2711, not BCM2838.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/bcm2711-rpi.dtsi

index 6c8b263..29e7aa1 100644 (file)
@@ -42,7 +42,7 @@
 
 &soc {
        thermal: thermal@7d5d2200 {
-               compatible = "brcm,avs-tmon-bcm2838";
+               compatible = "brcm,avs-tmon-bcm2711";
                reg = <0x7d5d2200 0x2c>;
                interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-names = "tmon";
        };
 
        dma40: dma@7e007b00 {
-               compatible = "brcm,bcm2838-dma";
+               compatible = "brcm,bcm2711-dma";
                reg = <0x0 0x7e007b00 0x400>;
                interrupts =
                        <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, /* dma4 11 */
        };
 
        vchiq: mailbox@7e00b840 {
-               compatible = "brcm,bcm2838-vchiq";
+               compatible = "brcm,bcm2711-vchiq";
                reg = <0 0x7e00b840 0x3c>;
                interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
        };
 };
 
 &random {
-       compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
+       compatible = "brcm,bcm2711-rng200";
        status = "okay";
 };