ARM64: dts: radxa0_4g: Use safe value for usable memory end region
authorBruno Martins <bgcngm@gmail.com>
Tue, 10 Oct 2023 17:25:19 +0000 (18:25 +0100)
committerBruno Martins <bgcngm@gmail.com>
Tue, 10 Oct 2023 19:23:10 +0000 (19:23 +0000)
Although the previous value (the maximum within the 32-bit range)
booted fine when dtb.img was normally flashed in bootloader mode,
it proved to cause issues when fully packed image was flashed
via AML flash tool.

This value has been taken from S922X datasheet. Stick to it as
the user facing total memory is 4.0 GB, as desired.

Change-Id: I17d20003cf52aede3720065564666809ba63f711

arch/arm64/boot/dts/amlogic/g12a_s905y2_radxa0_4g.dts

index 3c12d811338f04c69fe8afb24b174d21f64100ad..0ff81ab292c6b4c1499e7b1ffe395e9d13837e3d 100644 (file)
@@ -45,7 +45,7 @@
 
        memory@00000000 {
                device_type = "memory";
-               linux,usable-memory = <0x0 0x000000 0x0 0xffffffff>;
+               linux,usable-memory = <0x0 0x000000 0x0 0xf4ffffff>;
        };
 
        reserved-memory {