arm64: dts: ti: verdin-am62: Set memory size to 2gb
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 20 Mar 2024 14:29:37 +0000 (15:29 +0100)
committerNishanth Menon <nm@ti.com>
Wed, 10 Apr 2024 00:28:49 +0000 (19:28 -0500)
The maximum DDR RAM size stuffed on the Verdin AM62 is 2GB,
correct the memory node accordingly.

Fixes: 316b80246b16 ("arm64: dts: ti: add verdin am62")
Cc: <stable@vger.kernel.org>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://lore.kernel.org/r/20240320142937.2028707-1-max.oss.09@gmail.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi

index e8d8857ad51ff2f25d4ed4ec6989fb19e9e39354..8c837467069b09d5a79c487932da2c0a43d498c0 100644 (file)
@@ -76,7 +76,7 @@
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0x00000000 0x80000000 0x00000000 0x40000000>; /* 1G RAM */
+               reg = <0x00000000 0x80000000 0x00000000 0x80000000>; /* 2G RAM */
        };
 
        opp-table {