mbox series

[0/3] Address thermal zone issues on MT8183/95/92

Message ID 20240410083002.1357857-1-angelogioacchino.delregno@collabora.com (mailing list archive)
Headers show
Series Address thermal zone issues on MT8183/95/92 | expand

Message

AngeloGioacchino Del Regno April 10, 2024, 8:29 a.m. UTC
Thermal zones on some MediaTek device trees either have cryptic
names or wrong ones.
Having the right names is important for both human readability and
for MediaTek SVS functionality: fix those.

AngeloGioacchino Del Regno (3):
  arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS
  arm64: dts: mediatek: mt8192: Fix GPU thermal zone name for SVS
  arm64: dts: mediatek: mt8183: Refactor thermal zones

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 136 +++++++++++++++++------
 arch/arm64/boot/dts/mediatek/mt8192.dtsi |   2 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi |   2 +-
 3 files changed, 104 insertions(+), 36 deletions(-)