Re: [PATCH v2] MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices

2019-04-04 Thread Paul Burton
Hello, Chuanhong Guo wrote: > For a long time the mt7621 uses a fixed cpu clock which causes a problem > if the cpu frequency is not 880MHz. > > This patch fixes the cpu clock calculation and adds the cpu/bus clkdev > which will be used in dts. > > Signed-off-by: Weijie Gao > > Ported from Ope

Re: [PATCH v2] MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices

2019-04-01 Thread NeilBrown
On Thu, Mar 21 2019, Chuanhong Guo wrote: > For a long time the mt7621 uses a fixed cpu clock which causes a problem > if the cpu frequency is not 880MHz. > > This patch fixes the cpu clock calculation and adds the cpu/bus clkdev > which will be used in dts. > > Signed-off-by: Weijie Gao > > Port

[PATCH v2] MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices

2019-03-21 Thread Chuanhong Guo
For a long time the mt7621 uses a fixed cpu clock which causes a problem if the cpu frequency is not 880MHz. This patch fixes the cpu clock calculation and adds the cpu/bus clkdev which will be used in dts. Signed-off-by: Weijie Gao Ported from OpenWrt: c7ca224299 ramips: fix cpu clock of mt762