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-20130527~8^2^13~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=02754e84020d77e7b03fd7f0f1e12f2c9ecde235;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 e6b775a10aad..fc4ca9be0bb3 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -788,9 +788,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);