Skip to content

Commit

Permalink
ARM: tegra: trimslice: Add CPU Operating Performance Points
Browse files Browse the repository at this point in the history
Utilize common Tegra20 CPU OPP table. CPU voltage scaling is available
now on TrimSlice.

Tested-by: Nicolas Chauvet <kwizart@gmail.com>
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 5ac1505 commit c19c631
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/tegra20-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <dt-bindings/input/input.h>
#include "tegra20.dtsi"
#include "tegra20-cpu-opp.dtsi"

/ {
model = "Compulab TrimSlice board";
Expand Down Expand Up @@ -471,4 +472,14 @@
<&tegra_car TEGRA20_CLK_CDEV1>;
clock-names = "pll_a", "pll_a_out0", "mclk";
};

cpus {
cpu0: cpu@0 {
operating-points-v2 = <&cpu0_opp_table>;
};

cpu@1 {
operating-points-v2 = <&cpu0_opp_table>;
};
};
};

0 comments on commit c19c631

Please sign in to comment.