arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
authorNicolas Chauvet <kwizart@gmail.com>
Sun, 27 Sep 2020 15:09:54 +0000 (17:09 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Nov 2020 14:33:34 +0000 (15:33 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index d47c889..a17ffdb 100644 (file)
                        throttle_heavy: heavy {
                                nvidia,priority = <100>;
                                nvidia,cpu-throt-percent = <85>;
+                               nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>;
 
                                #cooling-cells = <2>;
                        };