]> 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>
Sat, 25 May 2013 04:47:26 +0000 (13:47 +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 360557caabf67c9597d86d4850a45969eb6343e3..ed7ee24f7fe38e5a13dd05281e61fcec9032e979 100644 (file)
@@ -31,7 +31,6 @@
 
 static const struct resource pfc_resources[] = {
        DEFINE_RES_MEM(0xe6060000, 0x250),
-       DEFINE_RES_MEM(0xe6050000, 0x5050),
 };
 
 #define R8A7790_GPIO(idx)                                              \