]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx27-phytec-phycore-rdk: Add SDHC support
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 8 Jun 2013 14:39:38 +0000 (18:39 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:31 +0000 (16:04 +0800)
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>
arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts

index f8a7a49908fdca73eafbc5c0f8ce0d4e3f18db4c..e7ed9786920a75121327b75fdd216aa90aa25fd9 100644 (file)
        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;
 };