diff options
author | Chaithrika U S <chaithrika@ti.com> | 2009-08-11 17:03:25 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 04:55:53 -0400 |
commit | 491214e1f8129844289869bb6c231dc4542b11e3 (patch) | |
tree | 44b52d050a3d34fc7281ff304840ee782224a10c /arch/arm/mach-davinci/include/mach/mux.h | |
parent | e33ef5e3b368b31705d3024ee6a326f2a85a78fb (diff) |
davinci: Audio support for DA850/OMAP-L138 EVM
Define resources for McASP used on DA850/OMAP-L138 EVM, add platform
device defintion and Pin Mux configurations.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 8676680fc5b6..82d751461856 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -750,6 +750,31 @@ enum davinci_da850_index { | |||
750 | DA850_MII_RXD_0, | 750 | DA850_MII_RXD_0, |
751 | DA850_MDIO_CLK, | 751 | DA850_MDIO_CLK, |
752 | DA850_MDIO_D, | 752 | DA850_MDIO_D, |
753 | |||
754 | /* McASP function */ | ||
755 | DA850_ACLKR, | ||
756 | DA850_ACLKX, | ||
757 | DA850_AFSR, | ||
758 | DA850_AFSX, | ||
759 | DA850_AHCLKR, | ||
760 | DA850_AHCLKX, | ||
761 | DA850_AMUTE, | ||
762 | DA850_AXR_15, | ||
763 | DA850_AXR_14, | ||
764 | DA850_AXR_13, | ||
765 | DA850_AXR_12, | ||
766 | DA850_AXR_11, | ||
767 | DA850_AXR_10, | ||
768 | DA850_AXR_9, | ||
769 | DA850_AXR_8, | ||
770 | DA850_AXR_7, | ||
771 | DA850_AXR_6, | ||
772 | DA850_AXR_5, | ||
773 | DA850_AXR_4, | ||
774 | DA850_AXR_3, | ||
775 | DA850_AXR_2, | ||
776 | DA850_AXR_1, | ||
777 | DA850_AXR_0, | ||
753 | }; | 778 | }; |
754 | 779 | ||
755 | #ifdef CONFIG_DAVINCI_MUX | 780 | #ifdef CONFIG_DAVINCI_MUX |