mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Some padctl supply nodes currently reside in board file, when they should reside on module level. The nodes are part of module, not board. Move these nodes to the correct AGX Orin module file. 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: I7af97cc993d9561d1b05b7326e374ae50a724d05 Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207085 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
31 lines
538 B
Devicetree
31 lines
538 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "tegra234-p3701.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Jetson AGX Orin";
|
|
compatible = "nvidia,p3701-0000", "nvidia,tegra234";
|
|
|
|
thermal-zones {
|
|
tj-thermal {
|
|
polling-delay = <1000>;
|
|
polling-delay-passive = <1000>;
|
|
status = "okay";
|
|
|
|
trips {
|
|
tj_trip_active0: active-0 {
|
|
temperature = <75000>;
|
|
hysteresis = <4000>;
|
|
type = "active";
|
|
};
|
|
|
|
tj_trip_active1: active-1 {
|
|
temperature = <95000>;
|
|
hysteresis = <4000>;
|
|
type = "active";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|