[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240320142937.2028707-1-max.oss.09@gmail.com>
Date: Wed, 20 Mar 2024 15:29:37 +0100
From: max.oss.09@...il.com
To: max.krummenacher@...adex.com
Cc: conor+dt@...nel.org,
devicetree@...r.kernel.org,
francesco.dolcini@...adex.com,
kristo@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
nm@...com,
robh+dt@...nel.org,
vigneshr@...com,
stable@...r.kernel.org
Subject: [PATCH] arm64: dts: ti: verdin-am62: Set memory size to 2gb
From: Max Krummenacher <max.krummenacher@...adex.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@...r.kernel.org
Signed-off-by: Max Krummenacher <max.krummenacher@...adex.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@...00000 {
device_type = "memory";
- reg = <0x00000000 0x80000000 0x00000000 0x40000000>; /* 1G RAM */
+ reg = <0x00000000 0x80000000 0x00000000 0x80000000>; /* 2G RAM */
};
opp-table {
--
2.42.0
Powered by blists - more mailing lists