提交 4053aa65 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

ARM: tegra: cardhu-a04: Add CPU Operating Performance Points

Utilize common Tegra30 CPU OPP table. CPU DVFS is available now on
Cardhu A04.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 c01afebd
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
/dts-v1/; /dts-v1/;
#include "tegra30-cardhu.dtsi" #include "tegra30-cardhu.dtsi"
#include "tegra30-cpu-opp.dtsi"
#include "tegra30-cpu-opp-microvolt.dtsi"
/* This dts file support the cardhu A04 and later versions of board */ /* This dts file support the cardhu A04 and later versions of board */
...@@ -127,4 +129,26 @@ ...@@ -127,4 +129,26 @@
nvidia,tegra-core-regulator; nvidia,tegra-core-regulator;
}; };
}; };
cpus {
cpu0: cpu@0 {
cpu-supply = <&vddctrl_reg>;
operating-points-v2 = <&cpu0_opp_table>;
};
cpu@1 {
cpu-supply = <&vddctrl_reg>;
operating-points-v2 = <&cpu0_opp_table>;
};
cpu@2 {
cpu-supply = <&vddctrl_reg>;
operating-points-v2 = <&cpu0_opp_table>;
};
cpu@3 {
cpu-supply = <&vddctrl_reg>;
operating-points-v2 = <&cpu0_opp_table>;
};
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册