]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
arm: dts: qcom: Fix ipq board clock rates
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 10 Nov 2016 01:13:57 +0000 (17:13 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 May 2017 12:00:15 +0000 (14:00 +0200)
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>
arch/arm/boot/dts/qcom-ipq8064.dtsi

index 2e375576ffd06edc7c1f83863df13e6f17f571e4..76f4e8921d58f8a1a1c6bf2ab42edc9c839a8324 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 {