Skip to content
Snippets Groups Projects
Commit bdcf5a4c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4


This is necessary to use the xHCI cores for PH1-Pro4.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 64d851bf
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,13 @@ void pin_init(void) ...@@ -41,6 +41,13 @@ void pin_init(void)
sg_set_pinsel(54, 0); /* NRYBY0 -> NRYBY0 */ sg_set_pinsel(54, 0); /* NRYBY0 -> NRYBY0 */
#endif #endif
#ifdef CONFIG_USB_XHCI_UNIPHIER
sg_set_pinsel(180, 0); /* USB0VBUS -> USB0VBUS */
sg_set_pinsel(181, 0); /* USB0OD -> USB0OD */
sg_set_pinsel(182, 0); /* USB1VBUS -> USB1VBUS */
sg_set_pinsel(183, 0); /* USB1OD -> USB1OD */
#endif
#ifdef CONFIG_USB_EHCI_UNIPHIER #ifdef CONFIG_USB_EHCI_UNIPHIER
sg_set_pinsel(184, 0); /* USB2VBUS -> USB2VBUS */ sg_set_pinsel(184, 0); /* USB2VBUS -> USB2VBUS */
sg_set_pinsel(185, 0); /* USB2OD -> USB2OD */ sg_set_pinsel(185, 0); /* USB2OD -> USB2OD */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment