diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-11-09 20:13:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-14 08:00:15 -0400 |
commit | aadb7e073e813a447ba6c5f5636702f07e8805dd (patch) | |
tree | f7023bce672f6c2f913e10c1be85ce55652ee0ae /arch/arm/boot | |
parent | e33fb57428a11d5285b959ed263a15264cf6585b (diff) |
arm: dts: qcom: Fix ipq board clock rates
commit 06dbf468a2c42bf6c327a8eaf11ecb3ea96196f9 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-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 @@ | |||
65 | cxo_board { | 65 | cxo_board { |
66 | compatible = "fixed-clock"; | 66 | compatible = "fixed-clock"; |
67 | #clock-cells = <0>; | 67 | #clock-cells = <0>; |
68 | clock-frequency = <19200000>; | 68 | clock-frequency = <25000000>; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | pxo_board { | 71 | pxo_board { |
72 | compatible = "fixed-clock"; | 72 | compatible = "fixed-clock"; |
73 | #clock-cells = <0>; | 73 | #clock-cells = <0>; |
74 | clock-frequency = <27000000>; | 74 | clock-frequency = <25000000>; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | sleep_clk: sleep_clk { | 77 | sleep_clk: sleep_clk { |