From: Markus Pargmann Date: Sun, 7 Apr 2013 19:56:45 +0000 (+0200) Subject: ARM: dts: imx51 cpu node X-Git-Tag: v3.10-rc1~124^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f9d62d4f4d00a39332b24c128bd13ccfa259cba;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx51 cpu node This patch adds a cpus/cpu@0 node for imx51 with default operating points for the cpufreq-cpu0 driver. There is currently no regulator support, so the voltages are 0 here. Signed-off-by: Markus Pargmann Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 58204ee7d6d99..21bb786c5b31e 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -56,6 +56,24 @@ }; }; + cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a8"; + reg = <0>; + clock-latency = <61036>; /* two CLK32 periods */ + clocks = <&clks 24>; + clock-names = "cpu"; + operating-points = < + /* kHz uV (No regulator support) */ + 160000 0 + 800000 0 + >; + }; + }; + soc { #address-cells = <1>; #size-cells = <1>;