ARM: dts: i.MX27: Increase "clock-latency" value
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 20 Jul 2013 07:17:57 +0000 (11:17 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:40 +0000 (23:29 +0800)
i.MX27 CPU can be clocked with a 32 kHz quartz, and not just 32768 Hz,
so increase "clock-latency" value, which will ensure that we use two
clock cycles on frequency change.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index a8e0c7e78cf08bfb33a04fae1a5a24d9fe93978f..c06df85ee1a2184b83c57d92c9035ca31cc51e98 100644 (file)
@@ -61,7 +61,7 @@
                                266000 1300000
                                399000 1450000
                        >;
-                       clock-latency = <61036>; /* two CLK32 periods */
+                       clock-latency = <62500>;
                        clocks = <&clks 18>;
                        clock-names = "cpu";
                        voltage-tolerance = <5>;
This page took 0.030583 seconds and 5 git commands to generate.