]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: mackerel: Register pinctrl mapping for ST1232
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 19 Apr 2013 11:29:48 +0000 (13:29 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 24 Apr 2013 08:33:56 +0000 (17:33 +0900)
Replace the GPIO-based ST1232 pinmux configuration by a pinctrl mapping.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-mackerel.c

index f515c574a0610c05bd42fb90d96f942ca1d3967c..51a5eb5492daf274f3ecab65c9dbfbb97deb9d22 100644 (file)
@@ -1378,6 +1378,9 @@ static const struct pinctrl_map mackerel_pinctrl_map[] = {
                                  "bsc_cs5a", "bsc"),
        PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-sh7372",
                                  "intc_irq6_0", "intc"),
+       /* ST1232 */
+       PIN_MAP_MUX_GROUP_DEFAULT("0-0055", "pfc-sh7372",
+                                 "intc_irq7_0", "intc"),
 };
 
 #define GPIO_PORT9CR   IOMEM(0xE6051009)
@@ -1459,8 +1462,7 @@ static void __init mackerel_init(void)
        gpio_request(GPIO_FN_IRQ9_42,   NULL);
        irq_set_irq_type(IRQ9, IRQ_TYPE_LEVEL_HIGH);
 
-       /* enable Touchscreen */
-       gpio_request(GPIO_FN_IRQ7_40,   NULL);
+       /* Touchscreen */
        irq_set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
 
        /* Accelerometer */