]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: versal: Fix amount of memory available on vpk120
authorMichal Simek <michal.simek@xilinx.com>
Mon, 29 Nov 2021 10:18:07 +0000 (11:18 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Dec 2021 12:48:17 +0000 (13:48 +0100)
vpk120 has 12GB of memory not just 8GB.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/versal-vpk120-revA.dts
arch/arm/dts/versal-vpk120-revB.dts

index dcaa59d375c1277fad94b4ef900138af847a0f91..8a9b266f9af273411440d527345e084b93c14abb 100644 (file)
@@ -17,7 +17,7 @@
 
        memory: memory@0 {
                device_type = "memory";
-               reg = <0 0 0 0x80000000>, <0x8 0x0 0x1 0x80000000>;
+               reg = <0 0 0 0x80000000>, <0x8 0x0 0x2 0x80000000>;
        };
 
        chosen {
index 8f2ef3d4b3ce5a25d9e0c8300e9501a345d4a0a9..3d8a4b5a45ca58c2508eba9d1ab3c2910a47a5b6 100644 (file)
@@ -17,7 +17,7 @@
 
        memory: memory@0 {
                device_type = "memory";
-               reg = <0 0 0 0x80000000>, <0x8 0x0 0x1 0x80000000>;
+               reg = <0 0 0 0x80000000>, <0x8 0x0 0x2 0x80000000>;
        };
 
        chosen {