Skip to content

Commit

Permalink
ARM: dts: OMAP3+: add clock nodes for CPU
Browse files Browse the repository at this point in the history
OMAP34xx, AM3517 and OMAP36xx platforms use dpll1 clock.

OMAP443x, OMAP446x, OMAP447x, OMAP5, DRA7, AM43xx platforms use
dpll_mpu clock.

Latency used is the generic latency defined in omap-cpufreq
driver.

Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Nishanth Menon authored and Tony Lindgren committed Feb 28, 2014
1 parent 26f3ff8 commit 8d766fa
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
275000 1125000
>;
voltage-tolerance = <2>; /* 2 percentage */

clocks = <&dpll_mpu_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */
};
};
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0>;

clocks = <&dpll_mpu_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */
};
};

Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/dra7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
1000000 1060000
1176000 1160000
>;

clocks = <&dpll_mpu_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */
};
cpu@1 {
device_type = "cpu";
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
compatible = "arm,cortex-a8";
device_type = "cpu";
reg = <0x0>;

clocks = <&dpll1_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */
};
};

Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
device_type = "cpu";
next-level-cache = <&L2>;
reg = <0x0>;

clocks = <&dpll_mpu_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */
};
cpu@1 {
compatible = "arm,cortex-a9";
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/omap5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
1000000 1060000
1500000 1250000
>;

clocks = <&dpll_mpu_ck>;
clock-names = "cpu";

clock-latency = <300000>; /* From omap-cpufreq driver */

/* cooling options */
cooling-min-level = <0>;
cooling-max-level = <2>;
Expand Down

0 comments on commit 8d766fa

Please sign in to comment.