lantiq: add wifi eep to a803 dts file
[openwrt/staging/wigyori.git] / target / linux / lantiq / patches-3.8 / 0029-NET-lantiq-adds-gphy-clock.patch
1 From 9dee771f3a7e51411a408cbb1070e73a50cbd285 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Wed, 13 Mar 2013 09:47:44 +0100
4 Subject: [PATCH 29/40] NET: lantiq: adds gphy clock
5
6 ---
7 arch/mips/lantiq/xway/sysctrl.c | 1 +
8 1 file changed, 1 insertion(+)
9
10 --- a/arch/mips/lantiq/xway/sysctrl.c
11 +++ b/arch/mips/lantiq/xway/sysctrl.c
12 @@ -376,6 +376,7 @@ void __init ltq_soc_init(void)
13 PMU_SWITCH | PMU_PPE_DPLUS | PMU_PPE_DPLUM |
14 PMU_PPE_EMA | PMU_PPE_TC | PMU_PPE_SLL01 |
15 PMU_PPE_QSB | PMU_PPE_TOP);
16 + clkdev_add_pmu("1f203000.rcu", "gphy", 0, PMU_GPHY);
17 } else if (of_machine_is_compatible("lantiq,ar9")) {
18 clkdev_add_static(ltq_ar9_cpu_hz(), ltq_ar9_fpi_hz(),
19 ltq_ar9_fpi_hz(), CLOCK_250M);