diff options
author | Nishanth Menon <nm@ti.com> | 2014-01-29 12:19:17 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 15:04:28 -0800 |
commit | 8d766fa29f7d217afffc9f3b3fc7c45696ef9896 (patch) | |
tree | 51b60bd3ff69844ce1d500cf0849092953d895b5 /arch/arm/boot/dts/am4372.dtsi | |
parent | 26f3ff8713135d06b6edf11207274d5c0bb5782d (diff) | |
download | talos-obmc-linux-8d766fa29f7d217afffc9f3b3fc7c45696ef9896.tar.gz talos-obmc-linux-8d766fa29f7d217afffc9f3b3fc7c45696ef9896.zip |
ARM: dts: OMAP3+: add clock nodes for CPU
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>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index bcf77a870e67..eb74ab82aa94 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -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 */ }; }; |