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: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Andy Yan 2017-04-07 16:19:29 +08:00 committed by Heiko Stuebner
parent 0c1f854675
commit 2f513bd9ea
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
};
memory@0 {
reg = <0x0 0x0 0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x40000000>;
device_type = "memory";
};