Skip to content

Commit

Permalink
ARM: tegra: cardhu-a04: Add CPU Operating Performance Points
Browse files Browse the repository at this point in the history
Utilize common Tegra30 CPU OPP table. CPU DVFS is available now on
Cardhu A04.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Dmitry Osipenko authored and Thierry Reding committed Oct 29, 2019
1 parent c01afeb commit 4053aa6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/tegra30-cardhu-a04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/dts-v1/;

#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 */

Expand Down Expand Up @@ -127,4 +129,26 @@
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>;
};
};
};

0 comments on commit 4053aa6

Please sign in to comment.