Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: zynq: Fix usb0 pins

Fix usb0 pin 19 -> 29 (matching ethernet1 pins and manual).
Pin 19 is used for ethernet0 on the Parallella board.

Fixes: add958cee967 ("pinctrl: Add driver for Zynq")
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Andreas Färber and committed by
Linus Walleij
8090f791 e1ec9a49

+1 -1
+1 -1
drivers/pinctrl/pinctrl-zynq.c
··· 357 357 static const unsigned int gpio0_51_pins[] = {51}; 358 358 static const unsigned int gpio0_52_pins[] = {52}; 359 359 static const unsigned int gpio0_53_pins[] = {53}; 360 - static const unsigned int usb0_0_pins[] = {28, 19, 30, 31, 32, 33, 34, 35, 36, 360 + static const unsigned int usb0_0_pins[] = {28, 29, 30, 31, 32, 33, 34, 35, 36, 361 361 37, 38, 39}; 362 362 static const unsigned int usb1_0_pins[] = {40, 41, 42, 43, 44, 45, 46, 47, 48, 363 363 49, 50, 51};