All of lore.kernel.org
 help / color / mirror / Atom feed
From: luaraneda@gmail.com (Luis Araneda)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] arm: dts: zynq: Fix memory size on the Zybo Z7 board
Date: Thu, 12 Jul 2018 01:50:46 -0400	[thread overview]
Message-ID: <20180712055049.5098-2-luaraneda@gmail.com> (raw)
In-Reply-To: <20180712055049.5098-1-luaraneda@gmail.com>

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 1e713dc98920..bc81ebee50fe 100644
--- a/arch/arm/boot/dts/zynq-zybo-z7.dts
+++ b/arch/arm/boot/dts/zynq-zybo-z7.dts
@@ -13,7 +13,7 @@
 
 	memory at 0 {
 		device_type = "memory";
-		reg = <0x0 0x20000000>;
+		reg = <0x0 0x40000000>;
 	};
 
 	chosen {
-- 
2.18.0

WARNING: multiple messages have this Message-ID (diff)
From: Luis Araneda <luaraneda@gmail.com>
To: Rob Herring <robh+dt@kernel.org>, Michal Simek <michal.simek@xilinx.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Luis Araneda <luaraneda@gmail.com>
Subject: [PATCH 1/3] arm: dts: zynq: Fix memory size on the Zybo Z7 board
Date: Thu, 12 Jul 2018 01:50:46 -0400	[thread overview]
Message-ID: <20180712055049.5098-2-luaraneda@gmail.com> (raw)
In-Reply-To: <20180712055049.5098-1-luaraneda@gmail.com>

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 1e713dc98920..bc81ebee50fe 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

  reply	other threads:[~2018-07-12  5:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12  5:50 [PATCH 0/3] arm: dts: zynq: Improvements to Zybo z7 board Luis Araneda
2018-07-12  5:50 ` Luis Araneda
2018-07-12  5:50 ` Luis Araneda [this message]
2018-07-12  5:50   ` [PATCH 1/3] arm: dts: zynq: Fix memory size on the Zybo Z7 board Luis Araneda
2018-07-12  5:50 ` [PATCH 2/3] arm: dts: zynq: Use gpio constants for " Luis Araneda
2018-07-12  5:50   ` Luis Araneda
2018-07-12  5:50 ` [PATCH 3/3] arm: dts: zynq: Add LEDs to " Luis Araneda
2018-07-12  5:50   ` Luis Araneda
2018-07-17 14:59 ` [PATCH 0/3] arm: dts: zynq: Improvements to Zybo z7 board Michal Simek
2018-07-17 14:59   ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180712055049.5098-2-luaraneda@gmail.com \
    --to=luaraneda@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.