All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ls1088a: add esdhc node
@ 2017-04-27  5:31 Yangbo Lu
  2017-05-03 14:00 ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Yangbo Lu @ 2017-04-27  5:31 UTC (permalink / raw)
  To: linux-arm-kernel

Add esdhc node for ls1088a and enable it on both RDB and QDS boards.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts |  4 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts |  4 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi    | 12 ++++++++++++
 3 files changed, 20 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
index 8c3cae5..466c91b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
@@ -121,3 +121,7 @@
 &sata {
 	status = "okay";
 };
+
+&esdhc {
+	status = "okay";
+};
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
index 8a04fbb..130cc3b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
@@ -105,3 +105,7 @@
 &sata {
 	status = "okay";
 };
+
+&esdhc {
+	status = "okay";
+};
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index 2946fd7..ef62aca 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -223,6 +223,18 @@
 			status = "disabled";
 		};
 
+		esdhc: esdhc at 2140000 {
+			compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
+			reg = <0x0 0x2140000 0x0 0x10000>;
+			interrupts = <0 28 0x4>; /* Level high type */
+			clock-frequency = <0>;
+			voltage-ranges = <1800 1800 3300 3300>;
+			sdhci,auto-cmd12;
+			little-endian;
+			bus-width = <4>;
+			status = "disabled";
+		};
+
 		i2c0: i2c at 2000000 {
 			compatible = "fsl,vf610-i2c";
 			#address-cells = <1>;
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] arm64: dts: ls1088a: add esdhc node
  2017-04-27  5:31 [PATCH] arm64: dts: ls1088a: add esdhc node Yangbo Lu
@ 2017-05-03 14:00 ` Shawn Guo
  2017-05-04 10:59   ` Y.B. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2017-05-03 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Apr 27, 2017 at 01:31:50PM +0800, Yangbo Lu wrote:
> Add esdhc node for ls1088a and enable it on both RDB and QDS boards.
> 
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>

It seems that the comments I put on '[PATCH 3/3] arm64: dts: ls1012a:
add eSDHC nodes' applies to this one as well.

Shawn

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm64: dts: ls1088a: add esdhc node
  2017-05-03 14:00 ` Shawn Guo
@ 2017-05-04 10:59   ` Y.B. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Y.B. Lu @ 2017-05-04 10:59 UTC (permalink / raw)
  To: linux-arm-kernel

> -----Original Message-----
> From: Shawn Guo [mailto:shawnguo at kernel.org]
> Sent: Wednesday, May 03, 2017 10:01 PM
> To: Y.B. Lu
> Cc: linux-arm-kernel at lists.infradead.org; Catalin Marinas; Harninder Rai;
> Xiaobo Xie
> Subject: Re: [PATCH] arm64: dts: ls1088a: add esdhc node
> 
> On Thu, Apr 27, 2017 at 01:31:50PM +0800, Yangbo Lu wrote:
> > Add esdhc node for ls1088a and enable it on both RDB and QDS boards.
> >
> > Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> 
> It seems that the comments I put on '[PATCH 3/3] arm64: dts: ls1012a:
> add eSDHC nodes' applies to this one as well.
> 

[Lu Yangbo-B47093] Ok, I will modify it. And I will add this patch in eSDHC dts patchset also with another doc patch.
Thanks.


> Shawn

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-04 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  5:31 [PATCH] arm64: dts: ls1088a: add esdhc node Yangbo Lu
2017-05-03 14:00 ` Shawn Guo
2017-05-04 10:59   ` Y.B. Lu

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.