ARM: dts: bcm2838-rpi-4-b: Fix memory node
authorStefan Wahren <wahrenst@gmx.net>
Wed, 25 Dec 2019 14:32:29 +0000 (15:32 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:14 +0000 (16:33 +0100)
We need to declare the proper device type, otherwise U-Boot won't boot
with this devicetree. While we are this let the bootloader set the actual
memory size.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
arch/arm/boot/dts/bcm2838-rpi-4-b.dts

index 7170a97..3550276 100644 (file)
@@ -14,7 +14,8 @@
        };
 
        memory@0 {
-               reg = <0 0 0x40000000>;
+               device_type = "memory";
+               reg = <0x0 0x0 0x0>;
        };
 
        leds {