svn commit: r279478 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Sun Mar 1 06:55:00 UTC 2015


Author: adrian
Date: Sun Mar  1 06:54:59 2015
New Revision: 279478
URL: https://svnweb.freebsd.org/changeset/base/279478

Log:
  Add Ethernet PLL values for the QCA955x.
  
  These are the same as the AR934x.
  
  Obtained from:	Linux openwrt

Modified:
  head/sys/mips/atheros/qca955xreg.h

Modified: head/sys/mips/atheros/qca955xreg.h
==============================================================================
--- head/sys/mips/atheros/qca955xreg.h	Sun Mar  1 06:52:23 2015	(r279477)
+++ head/sys/mips/atheros/qca955xreg.h	Sun Mar  1 06:54:59 2015	(r279478)
@@ -193,4 +193,9 @@
 #define	QCA955X_ETH_CFG_RGMII_EN	BIT(0)
 #define	QCA955X_ETH_CFG_GE0_SGMII	BIT(6)
 
+/* XXX Same as AR934x values */
+#define	QCA955X_PLL_VAL_1000	0x16000000
+#define	QCA955X_PLL_VAL_100	0x00000101
+#define	QCA955X_PLL_VAL_10	0x00001616
+
 #endif	/* __QCA955XREG_H__ */


More information about the svn-src-all mailing list