aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2009-08-11 11:10:50 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 04:55:51 -0400
commit53ca5c916971f72262ef37287e17f0a7d980362c (patch)
treeeddf62860c6af582c20d687a5627f4a028556d5e /arch/arm/mach-davinci/include/mach
parentcc36e97b0b33d9041928e4db45654223a59c1a75 (diff)
davinci: Configure MDIO pins for EMAC
Earlier patch which adds EMAC support for da850/omap-l138 was not configuring the MDIO pins. Ethernet was working fine with the earlier patch, because the MDIO pins were configured from the boot loader. This patch removes that dependency. Also, this patch populates a member in the emac clk structure to say that EMAC LPSC sits on controller 1. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach')
-rw-r--r--arch/arm/mach-davinci/include/mach/mux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h
index a676b2f47aab..8676680fc5b6 100644
--- a/arch/arm/mach-davinci/include/mach/mux.h
+++ b/arch/arm/mach-davinci/include/mach/mux.h
@@ -748,6 +748,8 @@ enum davinci_da850_index {
748 DA850_MII_RXD_2, 748 DA850_MII_RXD_2,
749 DA850_MII_RXD_1, 749 DA850_MII_RXD_1,
750 DA850_MII_RXD_0, 750 DA850_MII_RXD_0,
751 DA850_MDIO_CLK,
752 DA850_MDIO_D,
751}; 753};
752 754
753#ifdef CONFIG_DAVINCI_MUX 755#ifdef CONFIG_DAVINCI_MUX