diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-11-09 17:13:57 -0800 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-01-13 12:38:16 -0600 |
commit | 06dbf468a2c42bf6c327a8eaf11ecb3ea96196f9 (patch) | |
tree | 884fb7af3e3bd30142aa7f648bfb639d7098eb59 /arch/arm/boot/dts/qcom-ipq8064.dtsi | |
parent | 57f6db651bd439c66e1f1655dcb441bb3a6b5af0 (diff) |
arm: dts: qcom: Fix ipq board clock rates
The ipq board has these rates as 25MHz, and not 19.2 and 27. I
copy/pasted from other boards that have those rates but forgot
to fix the rates here.
Fixes: 30fc4212d541 ("arm: dts: qcom: Add more board clocks")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi index 2e375576ffd0..76f4e8921d58 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -65,13 +65,13 @@ cxo_board { compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <19200000>; + clock-frequency = <25000000>; }; pxo_board { compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <27000000>; + clock-frequency = <25000000>; }; sleep_clk: sleep_clk { |