提交 2f513bd9 编写于 作者: A Andy Yan 提交者: Heiko Stuebner

arm64: dts: rockchip: fix the memory size of PX5 Evaluation board

Commit 122682b2abb6 ("arm64: dts: rockchip: Add PX5 Evaluation board")
sets the memory size to 2 GB, but this board only has 1 GB DRAM, so change
it to the correct value here.

Fixes: 122682b2abb6 ("arm64: dts: rockchip: Add PX5 Evaluation board")
Signed-off-by: NAndy Yan <andy.yan@rock-chips.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 0c1f8546
......@@ -53,7 +53,7 @@
};
memory@0 {
reg = <0x0 0x0 0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x40000000>;
device_type = "memory";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册