]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sabresd: add usdhc4 support
authorDong Aisheng <b29396@freescale.com>
Wed, 30 Oct 2013 14:09:50 +0000 (22:09 +0800)
committerChris Ball <cjb@laptop.org>
Tue, 26 Nov 2013 21:34:13 +0000 (16:34 -0500)
Add usdhc4 support which has an eMMC card mounted on board.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index e75e11b36dffec5ea9e695c01d8f66ac35b83dee..b8ee305a25a9df912509118064216deba74bba6a 100644 (file)
        wp-gpios = <&gpio2 1 0>;
        status = "okay";
 };
+
+&usdhc4 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_usdhc4_1>;
+       bus-width = <8>;
+       non-removable;
+       no-1-8-v;
+       status = "okay";
+};