Skip to content

Commit

Permalink
ARM: dts: imx27 cpufreq-cpu0 frequencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Pargmann authored and Shawn Guo committed Aug 22, 2013
1 parent 6a486b7 commit dc1d0f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/imx27.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,24 @@
};
};

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>;
Expand Down

0 comments on commit dc1d0f9

Please sign in to comment.