public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: verdin-am62: Set memory size to 2gb
@ 2024-03-20 14:29 max.oss.09
  2024-03-20 14:47 ` Francesco Dolcini
  2024-04-09 19:37 ` Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: max.oss.09 @ 2024-03-20 14:29 UTC (permalink / raw)
  To: max.krummenacher
  Cc: conor+dt, devicetree, francesco.dolcini, kristo,
	krzysztof.kozlowski+dt, linux-arm-kernel, linux-kernel, nm,
	robh+dt, vigneshr, stable

From: Max Krummenacher <max.krummenacher@toradex.com>

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>
---
 arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
index e8d8857ad51f..8c837467069b 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
@@ -76,7 +76,7 @@ verdin_key_wakeup: key-wakeup {
 
 	memory@80000000 {
 		device_type = "memory";
-		reg = <0x00000000 0x80000000 0x00000000 0x40000000>; /* 1G RAM */
+		reg = <0x00000000 0x80000000 0x00000000 0x80000000>; /* 2G RAM */
 	};
 
 	opp-table {
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-09 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 14:29 [PATCH] arm64: dts: ti: verdin-am62: Set memory size to 2gb max.oss.09
2024-03-20 14:47 ` Francesco Dolcini
2024-04-09 19:37 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox