Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 05:26:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276690 - head/sys/mips/atheros
Message-ID:  <201501050526.t055QwtD093803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jan  5 05:26:57 2015
New Revision: 276690
URL: https://svnweb.freebsd.org/changeset/base/276690

Log:
  Oops - missed refclk.
  
  Tested:
  
  * AP135, QCA955x SoC

Modified:
  head/sys/mips/atheros/qca955x_chip.c

Modified: head/sys/mips/atheros/qca955x_chip.c
==============================================================================
--- head/sys/mips/atheros/qca955x_chip.c	Mon Jan  5 04:56:38 2015	(r276689)
+++ head/sys/mips/atheros/qca955x_chip.c	Mon Jan  5 05:26:57 2015	(r276690)
@@ -161,8 +161,7 @@ qca955x_chip_detect_sys_frequency(void)
 	u_ar71xx_wdt_freq = ref_rate;
 	u_ar71xx_uart_freq = ref_rate;
 	u_ar71xx_mdio_freq = ref_rate;
-
-
+	u_ar71xx_refclk = ref_rate;
 }
 
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501050526.t055QwtD093803>