Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339909
b: refs/heads/master
c: d98258b
h: refs/heads/master
i:
  339907: 886641b
v: v3
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Nov 6, 2012
1 parent d62cc79 commit 595b89a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29b0b84381221e94063ceb4129f4e4bc1bce1215
refs/heads/master: d98258b81721d452d2da98e9fc83c57e6ef70667
11 changes: 10 additions & 1 deletion trunk/arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

am33xx_pinmux: pinmux@44e10800 {
pinctrl-names = "default";
pinctrl-0 = <&user_leds_s0>;
pinctrl-0 = <&user_leds_s0 &gpio_keys_s0>;

user_leds_s0: user_leds_s0 {
pinctrl-single,pins = <
Expand All @@ -42,6 +42,15 @@
0x1c 0x7 /* gpmc_ad7.gpio1_7, OUTPUT | MODE7 */
>;
};

gpio_keys_s0: gpio_keys_s0 {
pinctrl-single,pins = <
0x94 0x27 /* gpmc_oen_ren.gpio2_3, INPUT | MODE7 */
0x90 0x27 /* gpmc_advn_ale.gpio2_2, INPUT | MODE7 */
0x70 0x27 /* gpmc_wait0.gpio0_30, INPUT | MODE7 */
0x9c 0x27 /* gpmc_ben0_cle.gpio2_5, INPUT | MODE7 */
>;
};
};

ocp {
Expand Down

0 comments on commit 595b89a

Please sign in to comment.