From: Andy Yan Date: Fri, 7 Apr 2017 08:19:29 +0000 (+0800) Subject: arm64: dts: rockchip: fix the memory size of PX5 Evaluation board X-Git-Tag: v4.14-rc1~948^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f513bd9eac1a2642b40387d4f89c3987641e59b;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts index 8cdb3bf..ff48edd 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts @@ -53,7 +53,7 @@ }; memory@0 { - reg = <0x0 0x0 0x0 0x80000000>; + reg = <0x0 0x0 0x0 0x40000000>; device_type = "memory"; };