ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
authorAndrew F. Davis <afd@ti.com>
Fri, 29 Sep 2017 16:44:25 +0000 (11:44 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 2 Oct 2017 19:57:36 +0000 (12:57 -0700)
Add sleep pinmux for mmc1.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts

index 9c4ac6f715ecf4f86f16b3ecbcc12c7c55940067..4d5487b853c32a42a01369f5b205d702f97f9a9a 100644 (file)
                        >;
                };
 
-               mmc1_pins: pinmux_mmc1_pins {
+               mmc1_pins_default: pinmux_mmc1_pins_default {
                        pinctrl-single,pins = <
                                AM4372_IOPAD(0x960, PIN_INPUT | MUX_MODE7) /* spi0_cs1.gpio0_6 */
                        >;
                };
 
+               mmc1_pins_sleep: pinmux_mmc1_pins_sleep {
+                       pinctrl-single,pins = <
+                               AM4372_IOPAD(0x960, DS0_PIN_OUTPUT_PULLUP | PIN_INPUT | MUX_MODE7)
+                       >;
+               };
+
                qspi1_pins_default: qspi1_pins_default {
                        pinctrl-single,pins = <
                                AM4372_IOPAD(0x87c, PIN_INPUT_PULLUP | MUX_MODE3)
        status = "okay";
        vmmc-supply = <&vmmcsd_fixed>;
        bus-width = <4>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&mmc1_pins>;
+       pinctrl-names = "default", "sleep";
+       pinctrl-0 = <&mmc1_pins_default>;
+       pinctrl-1 = <&mmc1_pins_sleep>;
        cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
 };