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__ */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"