Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618580 > unrolled thread
| Started by | Andy Yan <andy.yan@rock-chips.com> |
|---|---|
| First post | 2017-04-07 10:30 +0200 |
| Last post | 2017-04-07 23:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: dts: rockchip: fix the memory size of PX5 Evaluation board Andy Yan <andy.yan@rock-chips.com> - 2017-04-07 10:30 +0200
Re: [PATCH] arm64: dts: rockchip: fix the memory size of PX5 Evaluation board Heiko Stuebner <heiko@sntech.de> - 2017-04-07 23:20 +0200
| From | Andy Yan <andy.yan@rock-chips.com> |
|---|---|
| Date | 2017-04-07 10:30 +0200 |
| Subject | [PATCH] arm64: dts: rockchip: fix the memory size of PX5 Evaluation board |
| Message-ID | <ttxrj-4E7-1@gated-at.bofh.it> |
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.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---
arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts
index 3ffa71d..a5fe600 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";
};
--
2.7.4
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-04-07 23:20 +0200 |
| Message-ID | <ttJsu-4Dp-13@gated-at.bofh.it> |
| In reply to | #1618580 |
Am Freitag, 7. April 2017, 16:19:29 CEST schrieb Andy Yan:
> 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.
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
I've added a
Fixes: 122682b2abb6 ("arm64: dts: rockchip: Add PX5 Evaluation board")
and applied it for 4.12
Thanks
Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web