arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB
authorDevarsh Thakkar <devarsht@ti.com>
Tue, 14 Mar 2023 09:46:45 +0000 (15:16 +0530)
committerNishanth Menon <nm@ti.com>
Tue, 14 Mar 2023 20:28:23 +0000 (15:28 -0500)
All revisions of AM62A7-SK board have 4GB LPDDR4 Micron
MT53E2G32D4DE-046 AUT:B memory. Commit 38c4a08c820c ("arm64: dts: ti:
Add support for AM62A7-SK") enabled just 2GB due to a schematics error
in early revision of the board. Fix it by enabling full 4GB available on
the platform.

Design docs: https://www.ti.com/lit/zip/sprr459

Fixes: 38c4a08c820c ("arm64: dts: ti: Add support for AM62A7-SK")
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20230314094645.3411599-1-devarsht@ti.com
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts

index 5c90121..f6a67f0 100644 (file)
@@ -27,8 +27,9 @@
 
        memory@80000000 {
                device_type = "memory";
-               /* 2G RAM */
-               reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
+               /* 4G RAM */
+               reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
+                     <0x00000008 0x80000000 0x00000000 0x80000000>;
        };
 
        reserved-memory {