* [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS
@ 2009-06-18 23:37 Anton Vorontsov
2009-06-19 2:25 ` Kumar Gala
2009-06-23 13:04 ` Kumar Gala
0 siblings, 2 replies; 5+ messages in thread
From: Anton Vorontsov @ 2009-06-18 23:37 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS boards,
so make 1-bit mode default. When we resolve the issue, u-boot will
remove sdhci,1-bit-only property from the device tree, while SDHCI
will still work with older u-boots.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
arch/powerpc/boot/dts/mpc8569mds.dts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts
index 39c2927..63e8109 100644
--- a/arch/powerpc/boot/dts/mpc8569mds.dts
+++ b/arch/powerpc/boot/dts/mpc8569mds.dts
@@ -229,6 +229,7 @@
/* Filled in by U-Boot */
clock-frequency = <0>;
status = "disabled";
+ sdhci,1-bit-only;
};
crypto@30000 {
--
1.6.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS
2009-06-18 23:37 [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS Anton Vorontsov
@ 2009-06-19 2:25 ` Kumar Gala
2009-06-19 15:31 ` Anton Vorontsov
2009-06-23 13:04 ` Kumar Gala
1 sibling, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2009-06-19 2:25 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: linuxppc-dev
On Jun 18, 2009, at 6:37 PM, Anton Vorontsov wrote:
> For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS boards,
> so make 1-bit mode default. When we resolve the issue, u-boot will
> remove sdhci,1-bit-only property from the device tree, while SDHCI
> will still work with older u-boots.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> arch/powerpc/boot/dts/mpc8569mds.dts | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Did I miss the patch that adds this property defn. to our docs?
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS
2009-06-19 2:25 ` Kumar Gala
@ 2009-06-19 15:31 ` Anton Vorontsov
2009-06-19 15:39 ` Kumar Gala
0 siblings, 1 reply; 5+ messages in thread
From: Anton Vorontsov @ 2009-06-19 15:31 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
On Thu, Jun 18, 2009 at 09:25:46PM -0500, Kumar Gala wrote:
>
> On Jun 18, 2009, at 6:37 PM, Anton Vorontsov wrote:
>
>> For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS boards,
>> so make 1-bit mode default. When we resolve the issue, u-boot will
>> remove sdhci,1-bit-only property from the device tree, while SDHCI
>> will still work with older u-boots.
>>
>> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
>> ---
>> arch/powerpc/boot/dts/mpc8569mds.dts | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> Did I miss the patch that adds this property defn. to our docs?
Yep. ;-)
http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/073394.html
Thanks,
--
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS
2009-06-19 15:31 ` Anton Vorontsov
@ 2009-06-19 15:39 ` Kumar Gala
0 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-06-19 15:39 UTC (permalink / raw)
To: avorontsov; +Cc: linuxppc-dev
On Jun 19, 2009, at 10:31 AM, Anton Vorontsov wrote:
> On Thu, Jun 18, 2009 at 09:25:46PM -0500, Kumar Gala wrote:
>>
>> On Jun 18, 2009, at 6:37 PM, Anton Vorontsov wrote:
>>
>>> For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS
>>> boards,
>>> so make 1-bit mode default. When we resolve the issue, u-boot will
>>> remove sdhci,1-bit-only property from the device tree, while SDHCI
>>> will still work with older u-boots.
>>>
>>> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
>>> ---
>>> arch/powerpc/boot/dts/mpc8569mds.dts | 1 +
>>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> Did I miss the patch that adds this property defn. to our docs?
>
> Yep. ;-)
>
> http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/073394.html
Ok. I'll wait for Pierre to ack or pick up that patch before pulling
in the .dts change.
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS
2009-06-18 23:37 [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS Anton Vorontsov
2009-06-19 2:25 ` Kumar Gala
@ 2009-06-23 13:04 ` Kumar Gala
1 sibling, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-06-23 13:04 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: linuxppc-dev
On Jun 18, 2009, at 6:37 PM, Anton Vorontsov wrote:
> For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS boards,
> so make 1-bit mode default. When we resolve the issue, u-boot will
> remove sdhci,1-bit-only property from the device tree, while SDHCI
> will still work with older u-boots.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> arch/powerpc/boot/dts/mpc8569mds.dts | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied to next
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-23 13:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 23:37 [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS Anton Vorontsov
2009-06-19 2:25 ` Kumar Gala
2009-06-19 15:31 ` Anton Vorontsov
2009-06-19 15:39 ` Kumar Gala
2009-06-23 13:04 ` Kumar Gala
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).