arm64: dts: mediatek: mt8173-elm: Remove regulators from thermal node

The only reason to have a regulator in the thermal node is to keep
the CPU cores up while reading temperatures, but this is incorrect
because the AUXADC Thermal IP doesn't need any regulators to work,
at all.

Since the thermal node was inherited only for adding vregs, remove
it entirely.
This change is safe also because, among other things, the actual
driver never used those regulators anyway.

This also fixes a dtbs_check warning.

Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
AngeloGioacchino Del Regno 2026-01-09 12:47:45 +01:00
parent 6c0ecd0ae8
commit 04ccbc5325
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -1147,11 +1147,6 @@ &ssusb {
status = "okay";
};
&thermal {
bank0-supply = <&mt6397_vpca15_reg>;
bank1-supply = <&da9211_vcpu_reg>;
};
&uart0 {
status = "okay";
};