* [PATCH] arm: dts: zynq: Fix memory size on the Zybo Z7 board
@ 2018-06-26 23:20 Luis Araneda
2018-07-18 7:38 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Luis Araneda @ 2018-06-26 23:20 UTC (permalink / raw)
To: Rob Herring
Cc: Mark Rutland, Michal Simek, devicetree, linux-arm-kernel,
linux-kernel, Luis Araneda
According to the reference manual, the board has two Micron
MT41K256M16HA-125 DDR3L memory ICs, which have 512 MiB each
Tested on a ZYBO-Z7-20 board
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
---
arch/arm/boot/dts/zynq-zybo-z7.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/zynq-zybo-z7.dts b/arch/arm/boot/dts/zynq-zybo-z7.dts
index 1e713dc98..bc81ebee5 100644
--- a/arch/arm/boot/dts/zynq-zybo-z7.dts
+++ b/arch/arm/boot/dts/zynq-zybo-z7.dts
@@ -13,7 +13,7 @@
memory@0 {
device_type = "memory";
- reg = <0x0 0x20000000>;
+ reg = <0x0 0x40000000>;
};
chosen {
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: dts: zynq: Fix memory size on the Zybo Z7 board
2018-06-26 23:20 [PATCH] arm: dts: zynq: Fix memory size on the Zybo Z7 board Luis Araneda
@ 2018-07-18 7:38 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2018-07-18 7:38 UTC (permalink / raw)
To: Luis Araneda, Rob Herring
Cc: Mark Rutland, devicetree, Michal Simek, linux-arm-kernel,
linux-kernel
On 27.6.2018 01:20, Luis Araneda wrote:
> According to the reference manual, the board has two Micron
> MT41K256M16HA-125 DDR3L memory ICs, which have 512 MiB each
>
> Tested on a ZYBO-Z7-20 board
>
> Signed-off-by: Luis Araneda <luaraneda@gmail.com>
> ---
> arch/arm/boot/dts/zynq-zybo-z7.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/zynq-zybo-z7.dts b/arch/arm/boot/dts/zynq-zybo-z7.dts
> index 1e713dc98..bc81ebee5 100644
> --- a/arch/arm/boot/dts/zynq-zybo-z7.dts
> +++ b/arch/arm/boot/dts/zynq-zybo-z7.dts
> @@ -13,7 +13,7 @@
>
> memory@0 {
> device_type = "memory";
> - reg = <0x0 0x20000000>;
> + reg = <0x0 0x40000000>;
> };
>
> chosen {
>
This was already applied through different series.
Thanks,
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-18 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 23:20 [PATCH] arm: dts: zynq: Fix memory size on the Zybo Z7 board Luis Araneda
2018-07-18 7:38 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).