firmware-utils: bump to git HEAD
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0420-ARM-dts-Correct-SoC-name.patch
1 From 475158d2aab9dc2e8266726f7b026cedfe810619 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Fri, 31 Jan 2020 15:24:59 +0000
4 Subject: [PATCH] ARM: dts: Correct SoC name
5
6 The Pi 4 SoC is called BCM2711, not BCM2838.
7
8 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
9 ---
10 arch/arm/boot/dts/bcm2711-rpi.dtsi | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 --- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
14 +++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
15 @@ -42,7 +42,7 @@
16
17 &soc {
18 thermal: thermal@7d5d2200 {
19 - compatible = "brcm,avs-tmon-bcm2838";
20 + compatible = "brcm,avs-tmon-bcm2711";
21 reg = <0x7d5d2200 0x2c>;
22 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
23 interrupt-names = "tmon";
24 @@ -106,7 +106,7 @@
25 };
26
27 dma40: dma@7e007b00 {
28 - compatible = "brcm,bcm2838-dma";
29 + compatible = "brcm,bcm2711-dma";
30 reg = <0x0 0x7e007b00 0x400>;
31 interrupts =
32 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, /* dma4 11 */
33 @@ -122,7 +122,7 @@
34 };
35
36 vchiq: mailbox@7e00b840 {
37 - compatible = "brcm,bcm2838-vchiq";
38 + compatible = "brcm,bcm2711-vchiq";
39 reg = <0 0x7e00b840 0x3c>;
40 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
41 };
42 @@ -195,7 +195,7 @@
43 };
44
45 &random {
46 - compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
47 + compatible = "brcm,bcm2711-rng200";
48 status = "okay";
49 };
50