public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
@ 2015-05-15  2:46 Yangbo Lu
  2015-05-16  0:25 ` Scott Wood
  0 siblings, 1 reply; 5+ messages in thread
From: Yangbo Lu @ 2015-05-15  2:46 UTC (permalink / raw)
  To: linux-mmc, chrisball; +Cc: scottwood, Yangbo Lu

Add eSDHC compatible list for P2041/P3041/P4080/P5020/P5040.

Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
---
 arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 1 +
 arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 1 +
 arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 1 +
 arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 +
 arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 1 +
 5 files changed, 5 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi
index efd74db..67ea0e9 100644
--- a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi
@@ -363,6 +363,7 @@
 
 /include/ "qoriq-esdhc-0.dtsi"
 	sdhc@114000 {
+		compatible = "fsl,p2041-esdhc", "fsl,esdhc";
 		fsl,iommu-parent = <&pamu1>;
 		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
 		sdhci,auto-cmd12;
diff --git a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi
index d7425ef..b6d92c5 100644
--- a/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi
@@ -390,6 +390,7 @@
 
 /include/ "qoriq-esdhc-0.dtsi"
 	sdhc@114000 {
+		compatible = "fsl,p3041-esdhc", "fsl,esdhc";
 		fsl,iommu-parent = <&pamu1>;
 		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
 		sdhci,auto-cmd12;
diff --git a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
index 7005a4a..bf3dad3 100644
--- a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
@@ -462,6 +462,7 @@
 
 /include/ "qoriq-esdhc-0.dtsi"
 	sdhc@114000 {
+		compatible = "fsl,p4080-esdhc", "fsl,esdhc";
 		fsl,iommu-parent = <&pamu1>;
 		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
 		voltage-ranges = <3300 3300>;
diff --git a/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi b/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi
index 5583421..dbc2c8b 100644
--- a/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi
@@ -377,6 +377,7 @@
 
 /include/ "qoriq-esdhc-0.dtsi"
 	sdhc@114000 {
+		compatible = "fsl,p5020-esdhc", "fsl,esdhc";
 		fsl,iommu-parent = <&pamu1>;
 		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
 		sdhci,auto-cmd12;
diff --git a/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi b/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi
index 6e4cd6c..207d02f 100644
--- a/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi
@@ -355,6 +355,7 @@
 
 /include/ "qoriq-esdhc-0.dtsi"
 	sdhc@114000 {
+		compatible = "fsl,p5040-esdhc", "fsl,esdhc";
 		fsl,iommu-parent = <&pamu2>;
 		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
 		sdhci,auto-cmd12;
-- 
2.1.0.27.g96db324


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

* Re: [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
  2015-05-15  2:46 [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list Yangbo Lu
@ 2015-05-16  0:25 ` Scott Wood
  2015-05-18  9:03   ` Ulf Hansson
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Wood @ 2015-05-16  0:25 UTC (permalink / raw)
  To: Yangbo Lu; +Cc: linux-mmc, chrisball

On Fri, 2015-05-15 at 10:46 +0800, Yangbo Lu wrote:
> Add eSDHC compatible list for P2041/P3041/P4080/P5020/P5040.
> 
> Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
> ---
>  arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 1 +
>  arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 1 +
>  arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 1 +
>  arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 +
>  arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 1 +
>  5 files changed, 5 insertions(+)

Acked-by: Scott Wood <scottwood@freescale.com>

-Scott



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

* Re: [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
  2015-05-16  0:25 ` Scott Wood
@ 2015-05-18  9:03   ` Ulf Hansson
  2015-05-18 19:14     ` Scott Wood
  2015-05-22 13:47     ` Ulf Hansson
  0 siblings, 2 replies; 5+ messages in thread
From: Ulf Hansson @ 2015-05-18  9:03 UTC (permalink / raw)
  To: Scott Wood; +Cc: Yangbo Lu, linux-mmc, Chris Ball

On 16 May 2015 at 02:25, Scott Wood <scottwood@freescale.com> wrote:
> On Fri, 2015-05-15 at 10:46 +0800, Yangbo Lu wrote:
>> Add eSDHC compatible list for P2041/P3041/P4080/P5020/P5040.
>>
>> Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
>> ---
>>  arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 1 +
>>  arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 1 +
>>  arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 1 +
>>  arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 +
>>  arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 1 +
>>  5 files changed, 5 insertions(+)
>
> Acked-by: Scott Wood <scottwood@freescale.com>
>
> -Scott

Hi Scott,

Does the above ack mean you want me to pick up and take it through my mmc tree?

Kind regards
Uffe

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

* Re: [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
  2015-05-18  9:03   ` Ulf Hansson
@ 2015-05-18 19:14     ` Scott Wood
  2015-05-22 13:47     ` Ulf Hansson
  1 sibling, 0 replies; 5+ messages in thread
From: Scott Wood @ 2015-05-18 19:14 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: Yangbo Lu, linux-mmc, Chris Ball

On Mon, 2015-05-18 at 11:03 +0200, Ulf Hansson wrote:
> On 16 May 2015 at 02:25, Scott Wood <scottwood@freescale.com> wrote:
> > On Fri, 2015-05-15 at 10:46 +0800, Yangbo Lu wrote:
> >> Add eSDHC compatible list for P2041/P3041/P4080/P5020/P5040.
> >>
> >> Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
> >> ---
> >>  arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 1 +
> >>  arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 1 +
> >>  arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 1 +
> >>  arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 +
> >>  arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 1 +
> >>  5 files changed, 5 insertions(+)
> >
> > Acked-by: Scott Wood <scottwood@freescale.com>
> >
> > -Scott
> 
> Hi Scott,
> 
> Does the above ack mean you want me to pick up and take it through my mmc tree?

That'd be fine.

-Scott



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

* Re: [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
  2015-05-18  9:03   ` Ulf Hansson
  2015-05-18 19:14     ` Scott Wood
@ 2015-05-22 13:47     ` Ulf Hansson
  1 sibling, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2015-05-22 13:47 UTC (permalink / raw)
  To: Yangbo Lu, Scott Wood; +Cc: linux-mmc, Chris Ball

On 18 May 2015 at 11:03, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> On 16 May 2015 at 02:25, Scott Wood <scottwood@freescale.com> wrote:
>> On Fri, 2015-05-15 at 10:46 +0800, Yangbo Lu wrote:
>>> Add eSDHC compatible list for P2041/P3041/P4080/P5020/P5040.
>>>
>>> Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
>>> ---
>>>  arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 1 +
>>>  arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 1 +
>>>  arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 1 +
>>>  arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 +
>>>  arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 1 +
>>>  5 files changed, 5 insertions(+)
>>
>> Acked-by: Scott Wood <scottwood@freescale.com>

Thanks, applied.

Kind regards
Uffe

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

end of thread, other threads:[~2015-05-22 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15  2:46 [PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list Yangbo Lu
2015-05-16  0:25 ` Scott Wood
2015-05-18  9:03   ` Ulf Hansson
2015-05-18 19:14     ` Scott Wood
2015-05-22 13:47     ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox