Skip to content

Commit

Permalink
ARM: tegra: Add entries for cpufreq on Tegra124
Browse files Browse the repository at this point in the history
The Tegra124 cpufreq driver relies on certain clocks being present
in the /cpus/cpu@0 node.

Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com>
Signed-off-by: Mikko Perttunen <mikko.perttunen@kapsi.fi>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Tuomas Tynkkynen authored and Thierry Reding committed Aug 21, 2015
1 parent 9be1e47 commit 0de088c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/tegra124.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,15 @@
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <0>;

clocks = <&tegra_car TEGRA124_CLK_CCLK_G>,
<&tegra_car TEGRA124_CLK_CCLK_LP>,
<&tegra_car TEGRA124_CLK_PLL_X>,
<&tegra_car TEGRA124_CLK_PLL_P>,
<&dfll>;
clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
/* FIXME: what's the actual transition time? */
clock-latency = <300000>;
};

cpu@1 {
Expand Down

0 comments on commit 0de088c

Please sign in to comment.