aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
diff options
context:
space:
mode:
authorJerry Huang <Chang-Ming.Huang@freescale.com>2012-01-05 09:40:56 +0800
committerKumar Gala <galak@kernel.crashing.org>2012-01-18 08:01:53 -0600
commitf8b5a31877b93f7136ce8c22ce44930e39b41204 (patch)
treeae0c2caa45a42d439557846221eaf13a2fff07ea /arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
parentarch/powerpc/sysdev/fsl_pci.c: add missing iounmap (diff)
downloadlinux-dev-f8b5a31877b93f7136ce8c22ce44930e39b41204.tar.xz
linux-dev-f8b5a31877b93f7136ce8c22ce44930e39b41204.zip
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/p1020si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/p1020si-post.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
index fc924c5ffebe..5de5fc351314 100644
--- a/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
@@ -145,6 +145,10 @@
/include/ "pq3-usb2-dr-1.dtsi"
/include/ "pq3-esdhc-0.dtsi"
+ sdhc@2e000 {
+ compatible = "fsl,p1020-esdhc", "fsl,esdhc";
+ sdhci,auto-cmd12;
+ };
/include/ "pq3-sec3.3-0.dtsi"
/include/ "pq3-mpic.dtsi"