]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 16 Sep 2016 18:33:02 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 18 Sep 2016 14:10:36 +0000 (23:10 +0900)
This is enabled by default for all the supported boot modes.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c

index 6c5d58f856b9c32cf44b33d230dc3ce692e55c7c..22c07fbfe1b5049d82ca3fa1d24bb2f5bb6d4684 100644 (file)
@@ -22,7 +22,5 @@ int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd)
        sg_set_pinsel(102, 2, 4, 4);    /* TXD2 */
 #endif
 
-       sg_set_pinsel(99, 1, 4, 4);     /* GPIO26 -> EA24 */
-
        return 0;
 }