diff options
author | Jerry Huang <Chang-Ming.Huang@freescale.com> | 2012-01-05 05:40:56 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-01-18 18:01:53 +0400 |
commit | f8b5a31877b93f7136ce8c22ce44930e39b41204 (patch) | |
tree | ae0c2caa45a42d439557846221eaf13a2fff07ea /arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | |
parent | 0cf572dc00cd36250af9260377a0b5faac9b3284 (diff) | |
download | linux-f8b5a31877b93f7136ce8c22ce44930e39b41204.tar.xz |
powerpc/85xx: Fix cmd12 bug and add the chip compatible for eSDHC
According to latest kernel, the auto-cmd12 property should be
"sdhci,auto-cmd12", and according to the SDHC binding and the workaround for
the special chip, add the chip compatible for eSDHC: "fsl,p1022-esdhc",
"fsl,mpc8536-esdhc", "fsl,p1020-esdhc", "fsl,p2020-esdhc" and
"fsl,p1010-esdhc".
Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1022si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi index 16239b199d0a..ff9ed1d87929 100644 --- a/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi @@ -203,7 +203,8 @@ /include/ "pq3-esdhc-0.dtsi" sdhc@2e000 { - fsl,sdhci-auto-cmd12; + compatible = "fsl,p1022-esdhc", "fsl,esdhc"; + sdhci,auto-cmd12; }; /include/ "pq3-sec3.3-0.dtsi" |