Commit 2f8064b9 authored by Alexey Charkov's avatar Alexey Charkov Committed by Heiko Stuebner

arm64: dts: rockchip: enable thermal management on all RK3588 boards

This enables the on-chip thermal monitoring sensor (TSADC) on all
RK3588(s) boards that don't have it enabled yet. It provides temperature
monitoring for the SoC and emergency thermal shutdowns, and is thus
important to have in place before CPU DVFS is enabled, as high CPU
operating performance points can overheat the chip quickly in the
absence of thermal management.
Signed-off-by: default avatarAlexey Charkov <alchark@gmail.com>
Link: https://lore.kernel.org/r/20240617-rk-dts-additions-v5-2-c1f5f3267f1e@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 510cd9e6
......@@ -673,6 +673,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};
......
......@@ -466,3 +466,7 @@ regulator-state-mem {
};
};
};
&tsadc {
status = "okay";
};
......@@ -1131,6 +1131,10 @@ &sata0 {
status = "okay";
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};
......
......@@ -376,6 +376,10 @@ &sdmmc {
status = "okay";
};
&tsadc {
status = "okay";
};
&u2phy2 {
status = "okay";
};
......
......@@ -749,6 +749,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&uart2 {
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";
......
......@@ -648,6 +648,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy2 {
status = "okay";
};
......
......@@ -601,6 +601,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&uart2 {
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";
......
......@@ -697,6 +697,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment