diff mbox

[05/15] ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoC

Message ID 1474050792-23218-6-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit cd477c9defd606b75368c3aacd74c4d284d1c1d1
Headers show

Commit Message

Masahiro Yamada Sept. 16, 2016, 6:33 p.m. UTC
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 | 2 --
 1 file changed, 2 deletions(-)

-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
index 6c5d58f..22c07fb 100644
--- a/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
+++ b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
@@ -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;
 }