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

ARM: UniPhier: fix pin mux setting for USB port 2 of PH1-sLD8


The register value should be 1, not 4.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 585b38c5
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ void pin_init(void)
sg_set_pinsel(42, 0); /* USB0OD -> USB0OD */
sg_set_pinsel(43, 0); /* USB1VBUS -> USB1VBUS */
sg_set_pinsel(44, 0); /* USB1OD -> USB1OD */
/* sg_set_pinsel(114, 4); */ /* TXD1 -> USB2VBUS (shared with UART) */
/* sg_set_pinsel(115, 4); */ /* RXD1 -> USB2OD */
/* sg_set_pinsel(114, 1); */ /* TXD1 -> USB2VBUS (shared with UART) */
/* sg_set_pinsel(115, 1); */ /* RXD1 -> USB2OD */
#endif
}
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