aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-11-19 22:17:55 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:27:10 -0500
commit9e5a68d2b9aba2c65112986ece1334bf72711117 (patch)
treec10aa4eab6435d555f21fa5badcdbc7f6a95ba4b
parent72e7db878b8469261d01a3dfcece8ab99ffc9cb6 (diff)
ARM: shmobile: marzen: remove SDHI0 WP pin setting
WP pin is not implemented on Marzen Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/mach-shmobile/board-marzen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c
index da1352f5f71b..7e0395e1198f 100644
--- a/arch/arm/mach-shmobile/board-marzen.c
+++ b/arch/arm/mach-shmobile/board-marzen.c
@@ -326,8 +326,6 @@ static const struct pinctrl_map marzen_pinctrl_map[] = {
326 "sdhi0_ctrl", "sdhi0"), 326 "sdhi0_ctrl", "sdhi0"),
327 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779", 327 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779",
328 "sdhi0_cd", "sdhi0"), 328 "sdhi0_cd", "sdhi0"),
329 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779",
330 "sdhi0_wp", "sdhi0"),
331 /* SMSC */ 329 /* SMSC */
332 PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-r8a7779", 330 PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-r8a7779",
333 "intc_irq1_b", "intc"), 331 "intc_irq1_b", "intc"),