]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: ux500: move AB8500 DMIC settings to DT
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 21:51:58 +0000 (22:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Feb 2014 19:50:39 +0000 (20:50 +0100)
This move the AB8500 DMIC (microphone) pin setup from the board
file to the device tree.

Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-href-ab8500.dtsi
arch/arm/mach-ux500/board-mop500-pins.c

index 9cf12d5d09238e787a260e026a46e5ba00bd242c..6222b8e951c2069cb7dd1b9308ed0d483bffae42 100644 (file)
@@ -35,7 +35,8 @@
                                                    <&ycbcr_default_mode>,
                                                    <&pwm_default_mode>,
                                                    <&adi1_default_mode>,
-                                                   <&usbuicc_default_mode>;
+                                                   <&usbuicc_default_mode>,
+                                                   <&dmic_default_mode>;
 
                                        /*
                                         * Pins 2, 4, 10, 11, 12, 13, 16, 24, 25, 36, 37, 38, 39 and 42
                                                        };
                                                };
                                        };
+                                       /* This sets up the microphone pins */
+                                       dmic {
+                                               dmic_default_mode: dmic_default {
+                                                       default_mux {
+                                                               ste,function = "dmic";
+                                                               ste,pins = "dmic12_d_1",
+                                                                        "dmic34_d_1",
+                                                                        "dmic56_d_1";
+                                                       };
+                                                       default_cfg {
+                                                               ste,pins = "GPIO27_J6",
+                                                                        "GPIO28_K6",
+                                                                        "GPIO29_G6",
+                                                                        "GPIO30_H6",
+                                                                        "GPIO31_F5",
+                                                                        "GPIO32_G5";
+                                                               input-enable;
+                                                               bias-pull-down;
+                                                       };
+                                               };
+                                       };
+
                                };
                        };
                };
index 443b1f4b828aa989211f3c9863dc22c79121a623..851f530e6e16a749d6fff978bcd51d22a07b87b9 100644 (file)
@@ -56,30 +56,6 @@ static struct pinctrl_map __initdata ab8500_pinmap[] = {
        AB8500_MUX_STATE("gpio3_a_1", "gpio", "regulator.36", PINCTRL_STATE_SLEEP),
        AB8500_PIN_STATE("GPIO3_U9", in_pd, "regulator.36", PINCTRL_STATE_SLEEP),
 
-       /*
-        * pins 27,28 are muxed in DMIC12
-        * configured in INPUT PULL DOWN
-        */
-       AB8500_MUX_HOG("dmic12_d_1", "dmic"),
-       AB8500_PIN_HOG("GPIO27_J6", in_pd),
-       AB8500_PIN_HOG("GPIO28_K6", in_pd),
-
-       /*
-        * pins 29,30 are muxed in DMIC34
-        * configured in INPUT PULL DOWN
-        */
-       AB8500_MUX_HOG("dmic34_d_1", "dmic"),
-       AB8500_PIN_HOG("GPIO29_G6", in_pd),
-       AB8500_PIN_HOG("GPIO30_H6", in_pd),
-
-       /*
-        * pins 31,32 are muxed in DMIC56
-        * configured in INPUT PULL DOWN
-        */
-       AB8500_MUX_HOG("dmic56_d_1", "dmic"),
-       AB8500_PIN_HOG("GPIO31_F5", in_pd),
-       AB8500_PIN_HOG("GPIO32_G5", in_pd),
-
        /*
         * pins 34 is muxed in EXTCPENA
         * configured INPUT PULL DOWN