]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: dts: AM33XX: Add pinmux configuration for volume-keys to EVM
authorAnilKumar Ch <anilkumar@ti.com>
Tue, 6 Nov 2012 13:48:31 +0000 (19:18 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Tue, 6 Nov 2012 14:45:48 +0000 (15:45 +0100)
Add pinmux configurations for gpio volume keys. In this patch, only
single named mode/state is added and these pins are configured during
pinctrl driver initialization.

Default mode is nothing but the values required for the module during
active state. With this configurations module is functional as
expected.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/am335x-evm.dts

index 8076e66f9367a255cc3ad17a921360394a53af2f..e087b8751e0c0e2c1f194f65192f999db99f8a65 100644 (file)
@@ -26,7 +26,7 @@
 
        am33xx_pinmux: pinmux@44e10800 {
                pinctrl-names = "default";
-               pinctrl-0 = <&matrix_keypad_s0>;
+               pinctrl-0 = <&matrix_keypad_s0 &volume_keys_s0>;
 
                matrix_keypad_s0: matrix_keypad_s0 {
                        pinctrl-single,pins = <
                                0x6c 0x27       /* gpmc_a11.gpio1_27, INPUT | MODE7 */
                        >;
                };
+
+               volume_keys_s0: volume_keys_s0 {
+                       pinctrl-single,pins = <
+                               0x150 0x27      /* spi0_sclk.gpio0_2, INPUT | MODE7 */
+                               0x154 0x27      /* spi0_d0.gpio0_3, INPUT | MODE7 */
+                       >;
+               };
        };
 
        ocp {