diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-04-07 04:19:29 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-04-07 16:29:11 -0400 |
commit | 2f513bd9eac1a2642b40387d4f89c3987641e59b (patch) | |
tree | 0268a97fff2c381eabc50a1f88befdc235932827 | |
parent | 0c1f8546753f1d44897ebfe49f7442001a466379 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts index 8cdb3bff9c55..ff48edd8e348 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 @@ | |||
53 | }; | 53 | }; |
54 | 54 | ||
55 | memory@0 { | 55 | memory@0 { |
56 | reg = <0x0 0x0 0x0 0x80000000>; | 56 | reg = <0x0 0x0 0x0 0x40000000>; |
57 | device_type = "memory"; | 57 | device_type = "memory"; |
58 | }; | 58 | }; |
59 | 59 | ||