diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-04-17 19:06:57 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-05 04:17:06 -0400 |
commit | 45bfd2adab925bee7fc39100dcd3fc8f19088a7a (patch) | |
tree | 6e79a111bbb7c26e2ab2109be732dffa5573883e | |
parent | 1343000c34e84cd31e720dbefd491e6b06347f33 (diff) |
ARM: shmobile: r8a7740: Remove BSC function GPIOs
Those GPIOs have been deprecated by the pinctrl API. They are unused and
unneeded, remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7740.h | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h index dea430e84a60..61cff3914dee 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h | |||
@@ -297,11 +297,7 @@ enum { | |||
297 | GPIO_FN_BBIF2_TSCK2_PORT89, | 297 | GPIO_FN_BBIF2_TSCK2_PORT89, |
298 | GPIO_FN_BBIF2_TSYNC2_PORT184, | 298 | GPIO_FN_BBIF2_TSYNC2_PORT184, |
299 | 299 | ||
300 | /* BSC / FLCTL / PCMCIA */ | 300 | /* FLCTL / PCMCIA */ |
301 | GPIO_FN_CS0, GPIO_FN_CS2, GPIO_FN_CS4, | ||
302 | GPIO_FN_CS5B, GPIO_FN_CS6A, | ||
303 | GPIO_FN_CS5A_PORT105, /* CS5A PORT 19/105 */ | ||
304 | GPIO_FN_CS5A_PORT19, | ||
305 | GPIO_FN_IOIS16, /* ? */ | 301 | GPIO_FN_IOIS16, /* ? */ |
306 | 302 | ||
307 | GPIO_FN_A0, GPIO_FN_A1, GPIO_FN_A2, GPIO_FN_A3, | 303 | GPIO_FN_A0, GPIO_FN_A1, GPIO_FN_A2, GPIO_FN_A3, |
@@ -314,26 +310,7 @@ enum { | |||
314 | GPIO_FN_A22, GPIO_FN_A23, GPIO_FN_A24, GPIO_FN_A25, | 310 | GPIO_FN_A22, GPIO_FN_A23, GPIO_FN_A24, GPIO_FN_A25, |
315 | GPIO_FN_A26, | 311 | GPIO_FN_A26, |
316 | 312 | ||
317 | GPIO_FN_D0_NAF0, GPIO_FN_D1_NAF1, /* share with FLCTL */ | 313 | GPIO_FN_CKO, |
318 | GPIO_FN_D2_NAF2, GPIO_FN_D3_NAF3, /* share with FLCTL */ | ||
319 | GPIO_FN_D4_NAF4, GPIO_FN_D5_NAF5, /* share with FLCTL */ | ||
320 | GPIO_FN_D6_NAF6, GPIO_FN_D7_NAF7, /* share with FLCTL */ | ||
321 | GPIO_FN_D8_NAF8, GPIO_FN_D9_NAF9, /* share with FLCTL */ | ||
322 | GPIO_FN_D10_NAF10, GPIO_FN_D11_NAF11, /* share with FLCTL */ | ||
323 | GPIO_FN_D12_NAF12, GPIO_FN_D13_NAF13, /* share with FLCTL */ | ||
324 | GPIO_FN_D14_NAF14, GPIO_FN_D15_NAF15, /* share with FLCTL */ | ||
325 | |||
326 | GPIO_FN_D16, GPIO_FN_D17, GPIO_FN_D18, GPIO_FN_D19, | ||
327 | GPIO_FN_D20, GPIO_FN_D21, GPIO_FN_D22, GPIO_FN_D23, | ||
328 | GPIO_FN_D24, GPIO_FN_D25, GPIO_FN_D26, GPIO_FN_D27, | ||
329 | GPIO_FN_D28, GPIO_FN_D29, GPIO_FN_D30, GPIO_FN_D31, | ||
330 | |||
331 | GPIO_FN_WE0_FWE, /* share with FLCTL */ | ||
332 | GPIO_FN_WE1, | ||
333 | GPIO_FN_WE2_ICIORD, /* share with PCMCIA */ | ||
334 | GPIO_FN_WE3_ICIOWR, /* share with PCMCIA */ | ||
335 | GPIO_FN_CKO, GPIO_FN_BS, GPIO_FN_RDWR, | ||
336 | GPIO_FN_RD_FSC, /* share with FLCTL */ | ||
337 | GPIO_FN_WAIT_PORT177, /* WAIT Port 90/177 */ | 314 | GPIO_FN_WAIT_PORT177, /* WAIT Port 90/177 */ |
338 | GPIO_FN_WAIT_PORT90, | 315 | GPIO_FN_WAIT_PORT90, |
339 | 316 | ||