summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/mpc8536si-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/mpc8536si-post.dtsi
parent0cf572dc00cd36250af9260377a0b5faac9b3284 (diff)
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/mpc8536si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
index 89af62637707..b37da56018b6 100644
--- a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
@@ -236,6 +236,10 @@
};
/include/ "pq3-esdhc-0.dtsi"
+ sdhc@2e000 {
+ compatible = "fsl,mpc8536-esdhc", "fsl,esdhc";
+ };
+
/include/ "pq3-sec3.0-0.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-mpic-timer-B.dtsi"