diff options
author | Tuomas Tynkkynen <ttynkkynen@nvidia.com> | 2015-05-13 10:58:49 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-21 12:44:25 -0400 |
commit | 0de088cc3463d451ca96439c723cc58932430820 (patch) | |
tree | c7044eeb72a8339bbeb0a301eff7fdff9c3d6535 | |
parent | 9be1e477c31437907d0db4fa72d7c2920dfdeec8 (diff) |
ARM: tegra: Add entries for cpufreq on Tegra124
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>
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 5b8177a2456b..87318a72f615 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi | |||
@@ -947,6 +947,15 @@ | |||
947 | device_type = "cpu"; | 947 | device_type = "cpu"; |
948 | compatible = "arm,cortex-a15"; | 948 | compatible = "arm,cortex-a15"; |
949 | reg = <0>; | 949 | reg = <0>; |
950 | |||
951 | clocks = <&tegra_car TEGRA124_CLK_CCLK_G>, | ||
952 | <&tegra_car TEGRA124_CLK_CCLK_LP>, | ||
953 | <&tegra_car TEGRA124_CLK_PLL_X>, | ||
954 | <&tegra_car TEGRA124_CLK_PLL_P>, | ||
955 | <&dfll>; | ||
956 | clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll"; | ||
957 | /* FIXME: what's the actual transition time? */ | ||
958 | clock-latency = <300000>; | ||
950 | }; | 959 | }; |
951 | 960 | ||
952 | cpu@1 { | 961 | cpu@1 { |