ARM: dts: sun6i: Add mmc2_pins_a pinmux setting to sun6i-a31.dtsi
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Oct 2015 14:28:46 +0000 (16:28 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 17 Oct 2015 16:21:58 +0000 (18:21 +0200)
Add a pinmux setting for using mmc2 in regular 4 bit mode.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31.dtsi

index a97274a..83c1879 100644 (file)
                                allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
                        };
 
-                       mmc2_8bit_emmc_pins: mmc2@0 {
+                       mmc2_pins_a: mmc2@0 {
+                               allwinner,pins = "PC6", "PC7", "PC8", "PC9",
+                                                "PC10", "PC11";
+                               allwinner,function = "mmc2";
+                               allwinner,drive = <SUN4I_PINCTRL_30_MA>;
+                               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
+                       };
+
+                       mmc2_8bit_emmc_pins: mmc2@1 {
                                allwinner,pins = "PC6", "PC7", "PC8", "PC9",
                                                 "PC10", "PC11", "PC12",
                                                 "PC13", "PC14", "PC15",