From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/4] ARM: dts: add sram for imx53 and imx6q
Date: Mon, 3 Sep 2012 18:02:07 +0200 [thread overview]
Message-ID: <1346688128-22395-4-git-send-email-p.zabel@pengutronix.de> (raw)
In-Reply-To: <1346688128-22395-1-git-send-email-p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
arch/arm/boot/dts/imx53.dtsi | 5 +++++
arch/arm/boot/dts/imx6q.dtsi | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index cd37165..2767a92 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -337,5 +337,10 @@
status = "disabled";
};
};
+
+ ocram: ocram at f8000000 {
+ compatible = "fsl,imx-ocram", "sram";
+ reg = <0xf8000000 0x20000>;
+ };
};
};
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index fd57079..1e463c4 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -111,6 +111,11 @@
status = "disabled";
};
+ ocram: ocram at 00900000 {
+ compatible = "fsl,imx-ocram", "sram";
+ reg = <0x00900000 0x3f000>;
+ };
+
timer at 00a00600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>;
--
1.7.10.4
next prev parent reply other threads:[~2012-09-03 16:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-03 16:02 [PATCH v3 0/4] Add device tree support for on-chip SRAM Philipp Zabel
2012-09-03 16:02 ` [PATCH v3 1/4] genalloc: add a global pool list, allow to find pools by phys address Philipp Zabel
2012-09-03 16:02 ` [PATCH v3 2/4] misc: Generic on-chip SRAM allocation driver Philipp Zabel
2012-09-05 4:03 ` Shawn Guo
2012-09-03 16:02 ` Philipp Zabel [this message]
2012-09-03 16:02 ` [PATCH v3 4/4] ARM i.MX: remove IRAM_ALLOC facility Philipp Zabel
2012-09-04 1:12 ` [PATCH v3 0/4] Add device tree support for on-chip SRAM Shawn Guo
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=1346688128-22395-4-git-send-email-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--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 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).