mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
arm64: tegra: Add thermal nodes to AGX Orin SKU8
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> Bug 4707773 Change-Id: Iafe1202a8e9197dcb20c07971e8067c9168bfb6c Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207087 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
01cbc20086
commit
e8c48cf67c
@@ -4,4 +4,26 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "nvidia,p3701-0008", "nvidia,tegra234";
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user