]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: kzm9g: Remove the VCCQ MC0 function GPIO
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 21 Apr 2013 21:29:14 +0000 (23:29 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 9 May 2013 03:52:27 +0000 (12:52 +0900)
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 <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-kzm9g.c

index e2d33243ef52f91c99485bf277191d89d2120357..3e54505304e319f1a90417c0785b5fc2aa32d2c4 100644 (file)
@@ -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);