Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335496
b: refs/heads/master
c: 82a2deb
h: refs/heads/master
v: v3
  • Loading branch information
Vipul Kumar Samar authored and Linus Walleij committed Nov 5, 2012
1 parent a08a0e7 commit 3e1c6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b06fbfdb06da61154b9498ff8e83377d3d795081
refs/heads/master: 82a2deb93cb2237e3a91db6d0317571ecbd6e531
4 changes: 2 additions & 2 deletions trunk/drivers/pinctrl/spear/pinctrl-spear1310.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ static const struct pinctrl_pin_desc spear1310_pins[] = {
};

/* registers */
#define PERIP_CFG 0x32C
#define MCIF_SEL_SHIFT 3
#define PERIP_CFG 0x3B0
#define MCIF_SEL_SHIFT 5
#define MCIF_SEL_SD (0x1 << MCIF_SEL_SHIFT)
#define MCIF_SEL_CF (0x2 << MCIF_SEL_SHIFT)
#define MCIF_SEL_XD (0x3 << MCIF_SEL_SHIFT)
Expand Down

0 comments on commit 3e1c6ba

Please sign in to comment.