From owner-svn-src-all@FreeBSD.ORG Mon Jan 5 05:30:08 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 862041EF; Mon, 5 Jan 2015 05:30:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7179D2040; Mon, 5 Jan 2015 05:30:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t055U8GC094293; Mon, 5 Jan 2015 05:30:08 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t055U8f7094292; Mon, 5 Jan 2015 05:30:08 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201501050530.t055U8f7094292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Mon, 5 Jan 2015 05:30:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276691 - head/sys/mips/atheros X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 05:30:08 -0000 Author: adrian Date: Mon Jan 5 05:30:07 2015 New Revision: 276691 URL: https://svnweb.freebsd.org/changeset/base/276691 Log: Remove the remnants of the OpenWRT/Linux bits that this was based off of. Obtained from: Linux/OpenWRT 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 05:26:57 2015 (r276690) +++ head/sys/mips/atheros/qca955x_chip.c Mon Jan 5 05:30:07 2015 (r276691) @@ -144,16 +144,6 @@ qca955x_chip_detect_sys_frequency(void) else ahb_rate = cpu_pll / (postdiv + 1); -#if 0 - ath79_add_sys_clkdev("ref", ref_rate); - ath79_add_sys_clkdev("cpu", cpu_rate); - ath79_add_sys_clkdev("ddr", ddr_rate); - ath79_add_sys_clkdev("ahb", ahb_rate); - - clk_add_alias("wdt", NULL, "ref", NULL); - clk_add_alias("uart", NULL, "ref", NULL); -#endif - u_ar71xx_ddr_freq = ddr_rate; u_ar71xx_cpu_freq = cpu_rate; u_ar71xx_ahb_freq = ahb_rate;