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: Alexey Charkov <alchark@gmail.com>
Link: https://lore.kernel.org/r/20240617-rk-dts-additions-v5-2-c1f5f3267f1e@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Alexey Charkov 2024-06-17 22:28:52 +04:00 committed by Heiko Stuebner
parent 510cd9e688
commit 2f8064b9c4
8 changed files with 32 additions and 0 deletions

View File

@ -673,6 +673,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};

View File

@ -466,3 +466,7 @@ regulator-state-mem {
};
};
};
&tsadc {
status = "okay";
};

View File

@ -1131,6 +1131,10 @@ &sata0 {
status = "okay";
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};

View File

@ -376,6 +376,10 @@ &sdmmc {
status = "okay";
};
&tsadc {
status = "okay";
};
&u2phy2 {
status = "okay";
};

View File

@ -749,6 +749,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&uart2 {
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";

View File

@ -648,6 +648,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy2 {
status = "okay";
};

View File

@ -601,6 +601,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&uart2 {
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";

View File

@ -697,6 +697,10 @@ regulator-state-mem {
};
};
&tsadc {
status = "okay";
};
&u2phy0 {
status = "okay";
};