diff options
author | Michael Williamson <michael.williamson@criticallink.com> | 2011-01-18 12:21:45 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-02-28 17:53:29 -0500 |
commit | 5a0d80ea806f89c078dd4b244479080cfe73d2ae (patch) | |
tree | 92965c584ef60a8f2bba606ed8c854f6da08f340 /arch/arm/mach-davinci/da850.c | |
parent | c840fc745f6ec8a3b7062d72de193ab9c397d725 (diff) |
davinci: da850: move da850_evm specific mmcsd pinmux array to board file.
The da850_mmcsd0_pins pinmux array contains pins that are specific to the
da850 evm board (the write protect and card detect GPIO pins). Move
the array to the board file.
Signed-off-by: Michael Williamson <michael.williamson@criticallink.com>
Tested-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 9cb769c2890b..9fd497afd4a5 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -606,13 +606,6 @@ const short da850_lcdcntl_pins[] __initdata = { | |||
606 | -1 | 606 | -1 |
607 | }; | 607 | }; |
608 | 608 | ||
609 | const short da850_mmcsd0_pins[] __initdata = { | ||
610 | DA850_MMCSD0_DAT_0, DA850_MMCSD0_DAT_1, DA850_MMCSD0_DAT_2, | ||
611 | DA850_MMCSD0_DAT_3, DA850_MMCSD0_CLK, DA850_MMCSD0_CMD, | ||
612 | DA850_GPIO4_0, DA850_GPIO4_1, | ||
613 | -1 | ||
614 | }; | ||
615 | |||
616 | /* FIQ are pri 0-1; otherwise 2-7, with 7 lowest priority */ | 609 | /* FIQ are pri 0-1; otherwise 2-7, with 7 lowest priority */ |
617 | static u8 da850_default_priorities[DA850_N_CP_INTC_IRQ] = { | 610 | static u8 da850_default_priorities[DA850_N_CP_INTC_IRQ] = { |
618 | [IRQ_DA8XX_COMMTX] = 7, | 611 | [IRQ_DA8XX_COMMTX] = 7, |