summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/ti-common
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-10-22 17:18:21 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:28 -0400
commita43febde4452f254621c0c95d452c89ad498e959 (patch)
treea4469761aba5c77ffedbc73a40ae7af71e20e729 /arch/arm/include/asm/ti-common
parent497e9e03216bae505a8f06808975d0c4865622f2 (diff)
downloadtalos-obmc-uboot-a43febde4452f254621c0c95d452c89ad498e959.tar.gz
talos-obmc-uboot-a43febde4452f254621c0c95d452c89ad498e959.zip
soc: keystone_serdes: create a separate SGMII SerDes driver
This patch split the Keystone II SGMII SerDes related code from Ethernet driver and create a separate SGMII SerDes driver. The SerDes driver can be used by others keystone subsystems like PCI, sRIO, so move it to driver/soc/keystone directory. Add soc specific drivers directory like in the Linux kernel. It is going to be used by keysotone soc specific drivers. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch/arm/include/asm/ti-common')
-rw-r--r--arch/arm/include/asm/ti-common/keystone_serdes.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/include/asm/ti-common/keystone_serdes.h b/arch/arm/include/asm/ti-common/keystone_serdes.h
new file mode 100644
index 0000000000..2e12b05d05
--- /dev/null
+++ b/arch/arm/include/asm/ti-common/keystone_serdes.h
@@ -0,0 +1,15 @@
+/*
+ * Texas Instruments Keystone SerDes driver
+ *
+ * (C) Copyright 2014
+ * Texas Instruments Incorporated, <www.ti.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __TI_KEYSTONE_SERDES_H__
+#define __TI_KEYSTONE_SERDES_H__
+
+void ks2_serdes_sgmii_156p25mhz_setup(void);
+
+#endif /* __TI_KEYSTONE_SERDES_H__ */
OpenPOWER on IntegriCloud