diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-19 19:17:55 -0800 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 17:27:10 +0900 |
commit | 9e5a68d2b9aba2c65112986ece1334bf72711117 (patch) | |
tree | c10aa4eab6435d555f21fa5badcdbc7f6a95ba4b /arch/arm/mach-shmobile | |
parent | 72e7db878b8469261d01a3dfcece8ab99ffc9cb6 (diff) | |
download | linux-stable-9e5a68d2b9aba2c65112986ece1334bf72711117.tar.gz linux-stable-9e5a68d2b9aba2c65112986ece1334bf72711117.tar.bz2 linux-stable-9e5a68d2b9aba2c65112986ece1334bf72711117.zip |
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen.c | 2 |
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[] = { "sdhi0_ctrl", "sdhi0"), PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779", "sdhi0_cd", "sdhi0"), - PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7779", - "sdhi0_wp", "sdhi0"), /* SMSC */ PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-r8a7779", "intc_irq1_b", "intc"), |