ARM: dts: am335x-bone: add CD for mmc1
authorAlexander Holler <holler@ahsoftware.de>
Thu, 12 Sep 2013 18:35:32 +0000 (20:35 +0200)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:30 +0000 (21:06 +0200)
This enables the use of MMC cards even when no card was inserted at boot.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Tested-by: Kevin Hilman <khilman@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/am335x-bone-common.dtsi
arch/arm/boot/dts/am335x-bone.dts

index 2f66ded..0d95d54 100644 (file)
                                0x14c (PIN_INPUT_PULLDOWN | MUX_MODE7)
                        >;
                };
+
+               mmc1_pins: pinmux_mmc1_pins {
+                       pinctrl-single,pins = <
+                               0x160 (PIN_INPUT | MUX_MODE7) /* GPIO0_6 */
+                       >;
+               };
        };
 
        ocp {
        pinctrl-0 = <&davinci_mdio_default>;
        pinctrl-1 = <&davinci_mdio_sleep>;
 };
+
+&mmc1 {
+       status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&mmc1_pins>;
+       cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
+       cd-inverted;
+};
index d5f43fe..0d63348 100644 (file)
@@ -17,6 +17,5 @@
 };
 
 &mmc1 {
-       status = "okay";
        vmmc-supply = <&ldo3_reg>;
 };