summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-davinci/emac_defs.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2010-12-28 15:43:16 -0500
committerAlbert Aribaud <albert.aribaud@free.fr>2011-02-02 00:54:44 +0100
commit840f8923a076b02b983cf58c9466b5bdf5957133 (patch)
treefd8d296cbaa23d9b83957935fa89487cd95fe3e7 /arch/arm/include/asm/arch-davinci/emac_defs.h
parent2a7d603f37de94cb8529c67a35e71906f3c66dce (diff)
downloadtalos-obmc-uboot-840f8923a076b02b983cf58c9466b5bdf5957133.tar.gz
talos-obmc-uboot-840f8923a076b02b983cf58c9466b5bdf5957133.zip
DaVinci DM6467: Added ET1011C (LSI) PHY support
Added arch/arm/cpu/arm926ejs/davinci/et1011c.c for handling ET1011C gigabit phy. which overrides get_link_speed function from default implementation. This enables output of 125 MHz reference clock on SYS_CLK pin. Signed-off-by: Prakash PM <prakash.pm@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-davinci/emac_defs.h')
-rw-r--r--arch/arm/include/asm/arch-davinci/emac_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-davinci/emac_defs.h b/arch/arm/include/asm/arch-davinci/emac_defs.h
index 76493a138a..4a4ee04229 100644
--- a/arch/arm/include/asm/arch-davinci/emac_defs.h
+++ b/arch/arm/include/asm/arch-davinci/emac_defs.h
@@ -389,4 +389,7 @@ int dp83848_get_link_speed(int phy_addr);
int dp83848_init_phy(int phy_addr);
int dp83848_auto_negotiate(int phy_addr);
+#define PHY_ET1011C (0x282f013)
+int et1011c_get_link_speed(int phy_addr);
+
#endif /* _DM644X_EMAC_H_ */
OpenPOWER on IntegriCloud