Emilio López
e874a66977
clk: arm: sunxi: Add a new clock driver for sunxi SOCs
This commit implements the base CPU clocks for sunxi devices. It has
been tested using a slightly modified cpufreq driver from the
linux-sunxi 3.0 tree.
Additionally, document the new bindings introduced by this patch.
Idling:
/ # cat /sys/kernel/debug/clk/clk_summary
clock enable_cnt prepare_cnt rate
---------------------------------------------------------------------
osc32k 0 0 32768
osc24M_fixed 0 0 24000000
osc24M 0 0 24000000
apb1_mux 0 0 24000000
apb1 0 0 24000000
pll1 0 0 60000000
cpu 0 0 60000000
axi 0 0 60000000
ahb 0 0 60000000
apb0 0 0 30000000
dummy 0 0 0
After "yes >/dev/null &":
/ # cat /sys/kernel/debug/clk/clk_summary
clock enable_cnt prepare_cnt rate
---------------------------------------------------------------------
osc32k 0 0 32768
osc24M_fixed 0 0 24000000
osc24M 0 0 24000000
apb1_mux 0 0 24000000
apb1 0 0 24000000
pll1 0 0 1008000000
cpu 0 0 1008000000
axi 0 0 336000000
ahb 0 0 168000000
apb0 0 0 84000000
dummy 0 0 0
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2013-03-27 08:35:34 -07:00
..
2013-03-12 20:25:53 -07:00
2013-03-13 06:11:05 +01:00
2013-03-03 12:06:09 -08:00
2013-03-08 08:32:23 +10:00
2013-03-27 08:35:34 -07:00
2013-02-08 14:35:06 -02:00
2013-03-05 18:42:29 -08:00
2013-02-21 14:16:27 -03:00
2013-02-21 11:51:45 -08:00
2013-03-02 11:42:16 -08:00
2013-02-28 20:00:40 -08:00
2013-02-23 12:46:14 -08:00
2013-03-02 19:33:21 -08:00
2013-03-13 15:21:57 -07:00
2013-03-03 14:24:59 -08:00
2013-02-20 08:45:07 -05:00