mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

One of the key differences between p3701-0000 and p3701-0008 is the temperature range. Add this info for p3701-0008. Signed-off-by: Dara Stotland <dstotland@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
30 lines
504 B
Plaintext
30 lines
504 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "tegra234-p3701.dtsi"
|
|
|
|
/ {
|
|
compatible = "nvidia,p3701-0008", "nvidia,tegra234";
|
|
|
|
thermal-zones {
|
|
tj-thermal {
|
|
polling-delay = <1000>;
|
|
polling-delay-passive = <1000>;
|
|
status = "okay";
|
|
|
|
trips {
|
|
tj_trip_active0: active-0 {
|
|
temperature = <85000>;
|
|
hysteresis = <4000>;
|
|
type = "active";
|
|
};
|
|
|
|
tj_trip_active1: active-1 {
|
|
temperature = <105000>;
|
|
hysteresis = <4000>;
|
|
type = "active";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|