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

ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoC


This is enabled by default for all the supported boot modes.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 27350c92
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,5 @@ int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd) ...@@ -22,7 +22,5 @@ int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd)
sg_set_pinsel(102, 2, 4, 4); /* TXD2 */ sg_set_pinsel(102, 2, 4, 4); /* TXD2 */
#endif #endif
sg_set_pinsel(99, 1, 4, 4); /* GPIO26 -> EA24 */
return 0; return 0;
} }
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