diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-03-20 15:29:37 +0100 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2024-04-09 19:28:49 -0500 |
| commit | f70a88829723c1b462ea0fec15fa75809a0d670b (patch) | |
| tree | 2cc4e016cacf1d5f1ac31fdf7f7dc57ce1b18ba7 | |
| parent | a15e5320d91abe68ff1123bb72583d629c49100c (diff) | |
| download | linux-f70a88829723c1b462ea0fec15fa75809a0d670b.tar.gz linux-f70a88829723c1b462ea0fec15fa75809a0d670b.zip | |
arm64: dts: ti: verdin-am62: Set memory size to 2gb
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>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ memory@80000000 { device_type = "memory"; - reg = <0x00000000 0x80000000 0x00000000 0x40000000>; /* 1G RAM */ + reg = <0x00000000 0x80000000 0x00000000 0x80000000>; /* 2G RAM */ }; opp-table { |
