Commit 6acde887 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: i.MX51: Update CPU node

This patch updates i.MX51 CPU node:
- Alias for CPU is added to allow using this node in the parent DTS files.
- Removed useless "clock_names" property.
- "clock-latency" value increased to safe using with 32 kHz OSC.
- Defined operating points voltages and "voltage tolerance" properties.
  Values are safe for both commercial and industrial CPU variants.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent df0355f2
...@@ -64,18 +64,18 @@ osc { ...@@ -64,18 +64,18 @@ osc {
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu@0 { cpu: cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a8"; compatible = "arm,cortex-a8";
reg = <0>; reg = <0>;
clock-latency = <61036>; /* two CLK32 periods */ clock-latency = <62500>;
clocks = <&clks 24>; clocks = <&clks 24>;
clock-names = "cpu";
operating-points = < operating-points = <
/* kHz uV (No regulator support) */ 166000 1000000
160000 0 600000 1050000
800000 0 800000 1100000
>; >;
voltage-tolerance = <5>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment