arm64: dts: rockchip: fix the memory size of PX5 Evaluation board
authorAndy Yan <andy.yan@rock-chips.com>
Fri, 7 Apr 2017 08:19:29 +0000 (16:19 +0800)
committerJianqun Xu <jay.xu@rock-chips.com>
Thu, 6 Jul 2017 03:05:55 +0000 (11:05 +0800)
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>
(cherry-picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
 commit 2f513bd9eac1a2642b40387d4f89c3987641e59b)

Change-Id: If6a64fa0eab3d76b90f122e63d30c1d7940b0a57
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts

index 85f7a243d744d252cc26cb25423ef77ad1e2b778..9b840b9137d1e19627a56c9499fe47f7db073f67 100644 (file)
@@ -53,7 +53,7 @@
        };
 
        memory@0 {
-               reg = <0x0 0x0 0x0 0x80000000>;
+               reg = <0x0 0x0 0x0 0x40000000>;
                device_type = "memory";
        };