mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
arm64: dts: ti: verdin-am62: Set memory size to 2gb
commitf70a888297
upstream. The maximum DDR RAM size stuffed on the Verdin AM62 is 2GB, correct the memory node accordingly. Fixes:316b80246b
("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3f03a4a9e2
commit
2a24da4cf6
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x00000000 0x80000000 0x00000000 0x40000000>; /* 1G RAM */
|
reg = <0x00000000 0x80000000 0x00000000 0x80000000>; /* 2G RAM */
|
||||||
};
|
};
|
||||||
|
|
||||||
opp-table {
|
opp-table {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user