aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-06-08 18:39:38 +0400
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 16:04:31 +0800
commit8440ae7024d5739412fe9d95e063085dae4b9a92 (patch)
treee801111f1b656b0e1fa0505d3cd629f0c2ec7f99 /arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
parentARM: dts: i.MX27: Add SDHC devicetree nodes (diff)
downloadlinux-dev-8440ae7024d5739412fe9d95e063085dae4b9a92.tar.xz
linux-dev-8440ae7024d5739412fe9d95e063085dae4b9a92.zip
ARM: dts: imx27-phytec-phycore-rdk: Add SDHC support
This patch adds the SHDC devicetree node for PCM970 board. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutonix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts')
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
index f8a7a49908fd..e7ed9786920a 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
@@ -19,6 +19,14 @@
cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>;
};
+&sdhci2 {
+ bus-width = <4>;
+ cd-gpios = <&gpio3 29 0>;
+ wp-gpios = <&gpio3 28 0>;
+ vmmc-supply = <&vmmc1_reg>;
+ status = "okay";
+};
+
&uart1 {
fsl,uart-has-rtscts;
};