bcm27xx-gpu-fw: update to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0376-ARM-dts-bcm2838-rpi-4-b-Fix-memory-node.patch
1 From 91ebd8e0ceb2de047e89e1253ff8ddefbc8aa65e Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <wahrenst@gmx.net>
3 Date: Wed, 25 Dec 2019 15:32:29 +0100
4 Subject: [PATCH] ARM: dts: bcm2838-rpi-4-b: Fix memory node
5
6 We need to declare the proper device type, otherwise U-Boot won't boot
7 with this devicetree. While we are this let the bootloader set the actual
8 memory size.
9
10 Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
11 ---
12 arch/arm/boot/dts/bcm2838-rpi-4-b.dts | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/bcm2838-rpi-4-b.dts
16 +++ b/arch/arm/boot/dts/bcm2838-rpi-4-b.dts
17 @@ -14,7 +14,8 @@
18 };
19
20 memory@0 {
21 - reg = <0 0 0x40000000>;
22 + device_type = "memory";
23 + reg = <0x0 0x0 0x0>;
24 };
25
26 leds {