From: Gautham Srinivasan <gauthams@nvidia.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
<devicetree@vger.kernel.org>, <linux-tegra@vger.kernel.org>
Cc: Gautham Srinivasan <gauthams@nvidia.com>
Subject: [PATCH 2/2] arm64: tegra: Enable soctherm for Orin Nano Devkit
Date: Thu, 6 Jul 2023 00:55:45 +0000 [thread overview]
Message-ID: <20230706005545.1813584-2-gauthams@nvidia.com> (raw)
In-Reply-To: <20230706005545.1813584-1-gauthams@nvidia.com>
Enable soctherm for Orin Nano Devkit. This is needed for the CPU
fan to operate.
Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com>
---
.../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
next prev parent reply other threads:[~2023-07-06 0:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-06 0:55 [PATCH 1/2] arm64: tegra: Enable PWM nodes for Orin Nano Devkit Gautham Srinivasan
2023-07-06 0:55 ` Gautham Srinivasan [this message]
2023-07-07 13:00 ` [PATCH 2/2] arm64: tegra: Enable soctherm " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230706005545.1813584-2-gauthams@nvidia.com \
--to=gauthams@nvidia.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-tegra@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).