* [PATCH] ARM: dts: add sram for imx53 and imx6q
@ 2013-06-28 10:53 Philipp Zabel
2013-07-01 8:43 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Zabel @ 2013-06-28 10:53 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm/boot/dts/imx53.dtsi | 5 +++++
arch/arm/boot/dts/imx6qdl.dtsi | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index d437bfb..3def46f 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -1087,5 +1087,10 @@
status = "disabled";
};
};
+
+ ocram: ocram at f8000000 {
+ compatible = "fsl,imx-ocram", "mmio-sram";
+ reg = <0xf8000000 0x20000>;
+ };
};
};
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 2d73f83..e1fe8a4 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -100,6 +100,12 @@
status = "disabled";
};
+ ocram: ocram at 00900000 {
+ compatible = "fsl,imx-ocram", "mmio-sram";
+ reg = <0x00900000 0x3f000>;
+ clocks = <&clks 142>;
+ };
+
timer at 00a00600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>;
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: add sram for imx53 and imx6q
2013-06-28 10:53 [PATCH] ARM: dts: add sram for imx53 and imx6q Philipp Zabel
@ 2013-07-01 8:43 ` Shawn Guo
2013-07-01 8:59 ` Philipp Zabel
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2013-07-01 8:43 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jun 28, 2013 at 12:53:18PM +0200, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
> ---
> arch/arm/boot/dts/imx53.dtsi | 5 +++++
> arch/arm/boot/dts/imx6qdl.dtsi | 6 ++++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index d437bfb..3def46f 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -1087,5 +1087,10 @@
> status = "disabled";
> };
> };
> +
> + ocram: ocram at f8000000 {
> + compatible = "fsl,imx-ocram", "mmio-sram";
I think we agreed to drop this custom compatible "fsl,imx-ocram" for
now [1]?
Shawn
[1] http://thread.gmane.org/gmane.linux.kernel/1460369/focus=1465840
> + reg = <0xf8000000 0x20000>;
> + };
> };
> };
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index 2d73f83..e1fe8a4 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -100,6 +100,12 @@
> status = "disabled";
> };
>
> + ocram: ocram at 00900000 {
> + compatible = "fsl,imx-ocram", "mmio-sram";
> + reg = <0x00900000 0x3f000>;
> + clocks = <&clks 142>;
> + };
> +
> timer at 00a00600 {
> compatible = "arm,cortex-a9-twd-timer";
> reg = <0x00a00600 0x20>;
> --
> 1.8.3.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: add sram for imx53 and imx6q
2013-07-01 8:43 ` Shawn Guo
@ 2013-07-01 8:59 ` Philipp Zabel
0 siblings, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2013-07-01 8:59 UTC (permalink / raw)
To: linux-arm-kernel
Am Montag, den 01.07.2013, 16:43 +0800 schrieb Shawn Guo:
> On Fri, Jun 28, 2013 at 12:53:18PM +0200, Philipp Zabel wrote:
> > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> > Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
> > ---
> > arch/arm/boot/dts/imx53.dtsi | 5 +++++
> > arch/arm/boot/dts/imx6qdl.dtsi | 6 ++++++
> > 2 files changed, 11 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> > index d437bfb..3def46f 100644
> > --- a/arch/arm/boot/dts/imx53.dtsi
> > +++ b/arch/arm/boot/dts/imx53.dtsi
> > @@ -1087,5 +1087,10 @@
> > status = "disabled";
> > };
> > };
> > +
> > + ocram: ocram at f8000000 {
> > + compatible = "fsl,imx-ocram", "mmio-sram";
>
> I think we agreed to drop this custom compatible "fsl,imx-ocram" for
> now [1]?
>
> Shawn
>
> [1] http://thread.gmane.org/gmane.linux.kernel/1460369/focus=1465840
Sorry, my bad. I'll also rename the ocram node to sram.
regards
Philipp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-01 8:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-28 10:53 [PATCH] ARM: dts: add sram for imx53 and imx6q Philipp Zabel
2013-07-01 8:43 ` Shawn Guo
2013-07-01 8:59 ` Philipp Zabel
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).