| Submitter | Zang Roy-R61911 |
|---|---|
| Date | July 28, 2010, 5:44 a.m. |
| Message ID | <1280295887-14251-1-git-send-email-tie-fei.zang@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/60116/ |
| State | Superseded |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Wed, Jul 28, 2010 at 01:44:47PM +0800, Roy Zang wrote: > Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> > --- > arch/powerpc/boot/dts/p4080ds.dts | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts > index 6b29eab..11c8884 100644 > --- a/arch/powerpc/boot/dts/p4080ds.dts > +++ b/arch/powerpc/boot/dts/p4080ds.dts > @@ -280,6 +280,7 @@ > reg = <0x114000 0x1000>; > interrupts = <48 2>; > interrupt-parent = <&mpic>; > + fsl,sdhci-auto-cmd12; This should be sdhci,auto-cmd12 or something like that, not fsl-specific. Also please document this property in Documentation/powerpc/dts-bindings/fsl/esdhc.txt.
Patch
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index 6b29eab..11c8884 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -280,6 +280,7 @@ reg = <0x114000 0x1000>; interrupts = <48 2>; interrupt-parent = <&mpic>; + fsl,sdhci-auto-cmd12; }; i2c@118000 {
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> --- arch/powerpc/boot/dts/p4080ds.dts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)