]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7790: Register GPIO devices
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 8 Apr 2013 09:36:17 +0000 (11:36 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 25 Apr 2013 00:57:39 +0000 (09:57 +0900)
Move GPIOs handling from the PFC device to separate GPIO devices.

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

index e0d302f3162f634b9ada9042b9027618135103e4..eeef5f61832ee256337358c2acffab8734e27e71 100644 (file)
@@ -32,7 +32,6 @@
 
 static const struct resource pfc_resources[] = {
        DEFINE_RES_MEM(0xe6060000, 0x250),
-       DEFINE_RES_MEM(0xe6050000, 0x5050),
 };
 
 #define R8A7790_GPIO(idx)                                              \