aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2013-04-07 15:56:45 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-09 10:53:40 -0400
commit6f9d62d4f4d00a39332b24c128bd13ccfa259cba (patch)
tree3da617c2197ed895e3925b102c06462ac85b8ffb
parent4617d2f0fb52a3e2c427be5ee6e79ecdc4b4ac1a (diff)
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 <mpa@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx51.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 58204ee7d6d9..21bb786c5b31 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -56,6 +56,24 @@
56 }; 56 };
57 }; 57 };
58 58
59 cpus {
60 #address-cells = <1>;
61 #size-cells = <0>;
62 cpu@0 {
63 device_type = "cpu";
64 compatible = "arm,cortex-a8";
65 reg = <0>;
66 clock-latency = <61036>; /* two CLK32 periods */
67 clocks = <&clks 24>;
68 clock-names = "cpu";
69 operating-points = <
70 /* kHz uV (No regulator support) */
71 160000 0
72 800000 0
73 >;
74 };
75 };
76
59 soc { 77 soc {
60 #address-cells = <1>; 78 #address-cells = <1>;
61 #size-cells = <1>; 79 #size-cells = <1>;