ARM: dts: imx27 cpufreq-cpu0 frequencies
authorMarkus Pargmann <mpa@pengutronix.de>
Fri, 28 Jun 2013 14:50:36 +0000 (16:50 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:45 +0000 (23:28 +0800)
Set operating-points for imx27. There is no regulator support, so the
voltages are 0. The frequencies should be the same for all imx27 boards,
so it is defined here and can be overwritten if necessary.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index dce851c..a587294 100644 (file)
                };
        };
 
+       cpus {
+               #size-cells = <0>;
+               #address-cells = <1>;
+
+               cpu {
+                       device_type = "cpu";
+                       compatible = "arm,arm926ej-s";
+                       operating-points = <
+                               /* kHz  uV (No regulator support) */
+                               133000  0
+                               399000  0
+                       >;
+                       clock-latency = <61036>; /* two CLK32 periods */
+                       clocks = <&clks 18>;
+                       clock-names = "cpu";
+               };
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;