]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sunxi-ng: sun5i: Add clk_set_rate_parent to the CPU clock
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 21 Jul 2017 16:19:35 +0000 (18:19 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 24 Jul 2017 09:37:04 +0000 (11:37 +0200)
commit36106541dae474ac06fc130fdc48b15383ba4c73
treea94b58a2fd4f6bbb22cfe80dcedcb7b49aac7478
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
clk: sunxi-ng: sun5i: Add clk_set_rate_parent to the CPU clock

The current CPU clock is missing the option to change the rate of its
parents, leading to improper rates calculated by cpufreq, and eventually
crashes.

Cc: <stable@vger.kernel.org>
Fixes: 0b8d5e70d239 ("clk: sunxi-ng: Add sun5i CCU driver")
Reported-by: Kevin Hilman <khilman@baylibre.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi-ng/ccu-sun5i.c