Skip to content

Commit

Permalink
pinctrl: zynq: Fix usb0 pins
Browse files Browse the repository at this point in the history
Fix usb0 pin 19 -> 29 (matching ethernet1 pins and manual).
Pin 19 is used for ethernet0 on the Parallella board.

Fixes: add958c ("pinctrl: Add driver for Zynq")
Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Soren Brinkmann <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
afaerber authored and linusw committed Jan 30, 2015
1 parent e1ec9a4 commit 8090f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-zynq.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static const unsigned int gpio0_50_pins[] = {50};
static const unsigned int gpio0_51_pins[] = {51};
static const unsigned int gpio0_52_pins[] = {52};
static const unsigned int gpio0_53_pins[] = {53};
static const unsigned int usb0_0_pins[] = {28, 19, 30, 31, 32, 33, 34, 35, 36,
static const unsigned int usb0_0_pins[] = {28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39};
static const unsigned int usb1_0_pins[] = {40, 41, 42, 43, 44, 45, 46, 47, 48,
49, 50, 51};
Expand Down

0 comments on commit 8090f79

Please sign in to comment.