1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Remove the remnants of the OpenWRT/Linux bits that this was based off

of.

Obtained from:	Linux/OpenWRT
This commit is contained in:
Adrian Chadd 2015-01-05 05:30:07 +00:00
parent 3eda0cb18c
commit cd470fead8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276691

View File

@ -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;