aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-03-13 13:32:00 -0400
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-03-15 08:34:17 -0400
commit9c10a2096244fa42eb74edd504de943d02d0c17a (patch)
tree14841e6124c1dc3da9df4cc4a57dadc99d855128 /arch/arm/mach-shmobile/include/mach
parent4c609d01fde27676bfed2a7bc9af5be0d8556e0a (diff)
ARM: shmobile: sh73a0: Remove pull-up function GPIOS
Those GPIOs have been deprecated by the pinconf API. They are unused and unneeded, remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach')
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh73a0.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh73a0.h b/arch/arm/mach-shmobile/include/mach/sh73a0.h
index 563a48d7409e..5b9620e3421a 100644
--- a/arch/arm/mach-shmobile/include/mach/sh73a0.h
+++ b/arch/arm/mach-shmobile/include/mach/sh73a0.h
@@ -397,47 +397,6 @@ enum {
397 GPIO_FN_EDBGREQ_PD, 397 GPIO_FN_EDBGREQ_PD,
398 GPIO_FN_EDBGREQ_PU, 398 GPIO_FN_EDBGREQ_PU,
399 399
400 /* Functions with pull-ups */
401 GPIO_FN_KEYIN0_PU,
402 GPIO_FN_KEYIN1_PU,
403 GPIO_FN_KEYIN2_PU,
404 GPIO_FN_KEYIN3_PU,
405 GPIO_FN_KEYIN4_PU,
406 GPIO_FN_KEYIN5_PU,
407 GPIO_FN_KEYIN6_PU,
408 GPIO_FN_KEYIN7_PU,
409 GPIO_FN_SDHICD0_PU,
410 GPIO_FN_SDHID0_0_PU,
411 GPIO_FN_SDHID0_1_PU,
412 GPIO_FN_SDHID0_2_PU,
413 GPIO_FN_SDHID0_3_PU,
414 GPIO_FN_SDHICMD0_PU,
415 GPIO_FN_SDHIWP0_PU,
416 GPIO_FN_SDHID1_0_PU,
417 GPIO_FN_SDHID1_1_PU,
418 GPIO_FN_SDHID1_2_PU,
419 GPIO_FN_SDHID1_3_PU,
420 GPIO_FN_SDHICMD1_PU,
421 GPIO_FN_SDHID2_0_PU,
422 GPIO_FN_SDHID2_1_PU,
423 GPIO_FN_SDHID2_2_PU,
424 GPIO_FN_SDHID2_3_PU,
425 GPIO_FN_SDHICMD2_PU,
426 GPIO_FN_MMCCMD0_PU,
427 GPIO_FN_MMCCMD1_PU,
428 GPIO_FN_MMCD0_0_PU,
429 GPIO_FN_MMCD0_1_PU,
430 GPIO_FN_MMCD0_2_PU,
431 GPIO_FN_MMCD0_3_PU,
432 GPIO_FN_MMCD0_4_PU,
433 GPIO_FN_MMCD0_5_PU,
434 GPIO_FN_MMCD0_6_PU,
435 GPIO_FN_MMCD0_7_PU,
436 GPIO_FN_FSIACK_PU,
437 GPIO_FN_FSIAILR_PU,
438 GPIO_FN_FSIAIBT_PU,
439 GPIO_FN_FSIAISLD_PU,
440
441 /* end of GPIO */ 400 /* end of GPIO */
442 GPIO_NR, 401 GPIO_NR,
443}; 402};