From: Laurent Pinchart Date: Sun, 21 Apr 2013 21:29:14 +0000 (+0200) Subject: ARM: shmobile: kzm9g: Remove the VCCQ MC0 function GPIO X-Git-Tag: next-20130521~8^2~2^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=568f89693756627723164b8fc234d1f40edc57a9;p=karo-tx-linux.git ARM: shmobile: kzm9g: Remove the VCCQ MC0 function GPIO The VCCQ MC0 power gate is now controlled by a regulator registered by the PFC driver. Remove the corresponding function GPIO. Signed-off-by: Laurent Pinchart Acked-by: Linus Walleij Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index e2d33243ef52..3e54505304e3 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -784,9 +784,6 @@ static void __init kzm_init(void) /* Touchscreen */ gpio_request_one(223, GPIOF_IN, NULL); /* IRQ8 */ - /* enable SD */ - gpio_request(GPIO_FN_SDHI0_VCCQ_MC0_ON, NULL); - #ifdef CONFIG_CACHE_L2X0 /* Early BRESP enable, Shared attribute override enable, 64K*8way */ l2x0_init(IOMEM(0xf0100000), 0x40460000, 0x82000fff);