diff options
author | Macpaul Lin <macpaul.lin@mediatek.com> | 2023-10-03 13:13:44 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-10-06 22:45:56 +0200 |
commit | 25389c03c21c9587dd21c768d1cbfa514a3ca211 (patch) | |
tree | ed403e043b86cbd404e3f078f8682bf8e5afc6e4 /arch | |
parent | cb3a7f63e99f849a3382cb0a2d29ca8a90d22ec7 (diff) | |
download | linux-stable-25389c03c21c9587dd21c768d1cbfa514a3ca211.tar.gz linux-stable-25389c03c21c9587dd21c768d1cbfa514a3ca211.tar.bz2 linux-stable-25389c03c21c9587dd21c768d1cbfa514a3ca211.zip |
arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
The onboard dram of mt8195-demo board is 8GB.
Cc: stable@vger.kernel.org # 6.1, 6.4, 6.5
Fixes: 6147314aeedc ("arm64: dts: mediatek: Add device-tree for MT8195 Demo board")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230905034511.11232-1-macpaul.lin@mediatek.com
Link: https://lore.kernel.org/r/20231003-mediatek-fixes-v6-7-v1-2-dad7cd62a8ff@collabora.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts index b2485ddfd33b..ff363ab925e9 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts +++ b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts @@ -48,7 +48,7 @@ memory@40000000 { device_type = "memory"; - reg = <0 0x40000000 0 0x80000000>; + reg = <0 0x40000000 0x2 0x00000000>; }; reserved-memory { |