Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335493
b: refs/heads/master
c: a778005
h: refs/heads/master
i:
  335491: c9234e2
v: v3
  • Loading branch information
Shiraz Hashim authored and Linus Walleij committed Nov 5, 2012
1 parent e9f4fe2 commit 749003f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b53fa35355725b5130b8e73309995c4d4b4868b
refs/heads/master: a778005589918c8051c496d8b7c96037776ed239
4 changes: 4 additions & 0 deletions trunk/drivers/pinctrl/spear/pinctrl-spear320.c
Original file line number Diff line number Diff line change
Expand Up @@ -2239,6 +2239,10 @@ static struct spear_muxreg pwm2_pin_34_muxreg[] = {
.reg = PMX_CONFIG_REG,
.mask = PMX_SSP_CS_MASK,
.val = 0,
}, {
.reg = MODE_CONFIG_REG,
.mask = PMX_PWM_MASK,
.val = PMX_PWM_MASK,
}, {
.reg = IP_SEL_PAD_30_39_REG,
.mask = PMX_PL_34_MASK,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/spear/pinctrl-spear3xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "pinctrl-spear.h"

/* pad mux declarations */
#define PMX_PWM_MASK (1 << 16)
#define PMX_FIRDA_MASK (1 << 14)
#define PMX_I2C_MASK (1 << 13)
#define PMX_SSP_CS_MASK (1 << 12)
Expand Down

0 comments on commit 749003f

Please sign in to comment.