Enable soctherm for Orin Nano Devkit. This is needed for the CPU fan to operate. Signed-off-by: Gautham Srinivasan <gauthams@xxxxxxxxxx> --- .../arm64/boot/dts/nvidia/tegra234-p3767.dtsi | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi b/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi index a8aa6e7d8fbc..cb76b08e15b9 100644 --- a/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi @@ -98,6 +98,12 @@ vin-supply = <&vdd_5v0_sys>; }; + bpmp { + thermal { + status = "okay"; + }; + }; + thermal-zones { tj-thermal { polling-delay = <1000>; @@ -118,5 +124,37 @@ }; }; }; + + 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"; + }; }; }; -- 2.17.1