diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2020-09-27 18:09:54 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-11-25 17:33:34 +0300 |
commit | 3146cd55b00172c33d04638ee4a9287767d289eb (patch) | |
tree | e0780496a3db4c49dbc859d58c9e236453939953 /arch/arm64/boot/dts | |
parent | 5aaa0de991c7604b94b4765c3f8d054e31363cf1 (diff) | |
download | linux-3146cd55b00172c33d04638ee4a9287767d289eb.tar.xz |
arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
On Jetson TX1 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>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index d47c88950d38..a17ffdbba37c 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -1724,6 +1724,7 @@ throttle_heavy: heavy { nvidia,priority = <100>; nvidia,cpu-throt-percent = <85>; + nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>; #cooling-cells = <2>; }; |