diff options
author | Michael Williamson <michael.williamson@criticallink.com> | 2011-01-18 12:21:44 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-02-28 17:53:29 -0500 |
commit | c840fc745f6ec8a3b7062d72de193ab9c397d725 (patch) | |
tree | db88ed608748adb10a181d0cd237c12feef585d1 /arch/arm/mach-davinci/da850.c | |
parent | 0b642b6a86771f4f82abe6608fc61e050ea03f33 (diff) |
davinci: da850: move da850_evm specific mcasp pins to board file.
The da850_mcasp_pins pinmux array is specific to the da850_evm, and is
not generic. Move the array to the board file, make it static initdata,
and rename it accordingly.
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 1cf3d7fc4700..9cb769c2890b 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -597,13 +597,6 @@ const short da850_i2c1_pins[] __initdata = { | |||
597 | -1 | 597 | -1 |
598 | }; | 598 | }; |
599 | 599 | ||
600 | const short da850_mcasp_pins[] __initdata = { | ||
601 | DA850_AHCLKX, DA850_ACLKX, DA850_AFSX, | ||
602 | DA850_AHCLKR, DA850_ACLKR, DA850_AFSR, DA850_AMUTE, | ||
603 | DA850_AXR_11, DA850_AXR_12, | ||
604 | -1 | ||
605 | }; | ||
606 | |||
607 | const short da850_lcdcntl_pins[] __initdata = { | 600 | const short da850_lcdcntl_pins[] __initdata = { |
608 | DA850_LCD_D_0, DA850_LCD_D_1, DA850_LCD_D_2, DA850_LCD_D_3, | 601 | DA850_LCD_D_0, DA850_LCD_D_1, DA850_LCD_D_2, DA850_LCD_D_3, |
609 | DA850_LCD_D_4, DA850_LCD_D_5, DA850_LCD_D_6, DA850_LCD_D_7, | 602 | DA850_LCD_D_4, DA850_LCD_D_5, DA850_LCD_D_6, DA850_LCD_D_7, |