diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2020-09-27 17:09:51 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-11-26 19:06:46 +0100 |
commit | 37ac8c4c04c9441fe05f4215b330775b00df7a99 (patch) | |
tree | 59fa589a29450a3fedd6682c0756bfae19de1f8a | |
parent | ARM: tegra: Populate OPP table for Tegra20 Ventana (diff) | |
download | linux-37ac8c4c04c9441fe05f4215b330775b00df7a99.tar.xz linux-37ac8c4c04c9441fe05f4215b330775b00df7a99.zip |
ARM: tegra: Add missing gpu-throt-level to Tegra124 soctherm
On Jetson TK1 the following message can be seen:
tegra_soctherm 700e2000.thermal-sensor: throttle-cfg: heavy: no throt prop or invalid prop
This patch will fix the invalid prop issue according to the binding.
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 64f488ba1e72..a0fa5821a232 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -910,6 +910,7 @@ throttle_heavy: heavy { nvidia,priority = <100>; nvidia,cpu-throt-percent = <85>; + nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>; #cooling-cells = <2>; }; |