arm: dts: qcom: Fix ipq board clock rates
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 10 Nov 2016 01:13:57 +0000 (17:13 -0800)
committerAndy Gross <andy.gross@linaro.org>
Fri, 13 Jan 2017 18:38:16 +0000 (12:38 -0600)
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>
arch/arm/boot/dts/qcom-ipq8064.dtsi

index 2e37557..76f4e89 100644 (file)
                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 {