提交 dc1d0f91 编写于 作者: M Markus Pargmann 提交者: Shawn Guo

ARM: dts: imx27 cpufreq-cpu0 frequencies

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: NMarkus Pargmann <mpa@pengutronix.de>
Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 6a486b7e
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册