Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335494
b: refs/heads/master
c: b06bf9a
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Sikri authored and Linus Walleij committed Nov 5, 2012
1 parent 749003f commit 74fa07b
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: a778005589918c8051c496d8b7c96037776ed239
refs/heads/master: b06bf9a905e1d9ebb7326fa4110cf5eb105c872f
4 changes: 2 additions & 2 deletions trunk/drivers/pinctrl/spear/pinctrl-spear320.c
Original file line number Diff line number Diff line change
Expand Up @@ -2960,9 +2960,9 @@ static struct spear_function mii2_function = {
};

/* Pad multiplexing for cadence mii 1_2 as smii or rmii device */
static const unsigned smii0_1_pins[] = { 10, 11, 13, 14, 15, 16, 17, 18, 19, 20,
static const unsigned rmii0_1_pins[] = { 10, 11, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27 };
static const unsigned rmii0_1_pins[] = { 10, 11, 21, 22, 23, 24, 25, 26, 27 };
static const unsigned smii0_1_pins[] = { 10, 11, 21, 22, 23, 24, 25, 26, 27 };
static struct spear_muxreg mii0_1_muxreg[] = {
{
.reg = PMX_CONFIG_REG,
Expand Down

0 comments on commit 74fa07b

Please sign in to comment.