OSDN Git Service

clk: qcom: ipq806x: Fix board clk rates
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 10 Nov 2016 01:08:28 +0000 (17:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:26 +0000 (11:39 +0100)
commite3b665ef41106381a7ad3e6bbdf2ebba7682cc25
treeea5fd85e5298fd3a7b786335595fc415a9a9ab62
parent447433e5f804b1a73beb9b1051b9f847541442f0
clk: qcom: ipq806x: Fix board clk rates

commit cbf2e548ca8ad4bb274d014e9a70bd841d29948e upstream.

The clocks on these boards run at 25 MHz, not 19.2 and 27 like
other platforms. Unfortunately I copy/pasted from other similar
SoCs but forgot this one is different. Fix it.

Fixes: a085f877a882 ("clk: qcom: Move cxo/pxo/xo into dt files")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/gcc-ipq806x.c