summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
diff options
context:
space:
mode:
authorJerry Huang <Chang-Ming.Huang@freescale.com>2012-01-05 01:40:56 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2012-01-18 14:01:53 (GMT)
commitf8b5a31877b93f7136ce8c22ce44930e39b41204 (patch)
treeae0c2caa45a42d439557846221eaf13a2fff07ea /arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
parent0cf572dc00cd36250af9260377a0b5faac9b3284 (diff)
downloadlinux-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.dtsi3
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 16239b1..ff9ed1d8 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"