mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
p3768: overlay: enable soctherm for Orin NX
Enable soctherm for Orin NX. This is needed for the CPU fan to operate. Bug 4035713 Change-Id: Ie2ffb009dabda9fdb1d5c372a836041ae917bef1 Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com> Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2906369 Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6fd9c1844f
commit
15bb5c4645
@@ -113,6 +113,50 @@
|
|||||||
nvpmodel {
|
nvpmodel {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bpmp {
|
||||||
|
thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
thermal-zones {
|
||||||
|
cpu-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
gpu-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
cv0-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
cv1-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
cv2-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
soc0-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
soc1-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
soc2-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
tj-thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user