Skip to content

Commit 04ccbc5

Browse files
author
AngeloGioacchino Del Regno
committed
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>
1 parent 6c0ecd0 commit 04ccbc5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,11 +1147,6 @@
11471147
status = "okay";
11481148
};
11491149

1150-
&thermal {
1151-
bank0-supply = <&mt6397_vpca15_reg>;
1152-
bank1-supply = <&da9211_vcpu_reg>;
1153-
};
1154-
11551150
&uart0 {
11561151
status = "okay";
11571152
};

0 commit comments

Comments
 (0)