diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-11-06 08:48:35 -0500 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-06 09:45:51 -0500 |
commit | 2647dd10fcd85aa1404878e8692a1cab928d3ec7 (patch) | |
tree | 9c2ca06af381f919899890933161e228d5276090 | |
parent | 5d4e17063fa8d0af63e356089a321c482cbd7603 (diff) |
ARM: dts: AM33XX: Add pinmux configuration for gpio-leds to EVMSK
Add pinmux configurations for gpio based volume keys to am335x-evmsk.
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>
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 6f5387987865..659ec5b73ab4 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -30,6 +30,20 @@ | |||
30 | reg = <0x80000000 0x10000000>; /* 256 MB */ | 30 | reg = <0x80000000 0x10000000>; /* 256 MB */ |
31 | }; | 31 | }; |
32 | 32 | ||
33 | am33xx_pinmux: pinmux@44e10800 { | ||
34 | pinctrl-names = "default"; | ||
35 | pinctrl-0 = <&user_leds_s0>; | ||
36 | |||
37 | user_leds_s0: user_leds_s0 { | ||
38 | pinctrl-single,pins = < | ||
39 | 0x10 0x7 /* gpmc_ad4.gpio1_4, OUTPUT | MODE7 */ | ||
40 | 0x14 0x7 /* gpmc_ad5.gpio1_5, OUTPUT | MODE7 */ | ||
41 | 0x18 0x7 /* gpmc_ad6.gpio1_6, OUTPUT | MODE7 */ | ||
42 | 0x1c 0x7 /* gpmc_ad7.gpio1_7, OUTPUT | MODE7 */ | ||
43 | >; | ||
44 | }; | ||
45 | }; | ||
46 | |||
33 | ocp { | 47 | ocp { |
34 | uart1: serial@44e09000 { | 48 | uart1: serial@44e09000 { |
35 | status = "okay"; | 49 | status = "okay"; |