Home
last modified time | relevance | path

Searched hist:e9ff6cdad87343447bf1a103068d91c0502e4629 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183.dtsidiff e9ff6cdad87343447bf1a103068d91c0502e4629 Tue Nov 21 13:50:25 CET 2023 AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> arm64: dts: mediatek: mt8183: Change iospaces for thermal and svs

The SVS iospace starts at 0x1100bc00 and not at 0x1100b000 as the
latter is the thermal sensor iospace instead.

Change the iospaces for both as following:
- Thermal: 0x1100b000, length 0xc00
- SVS: 0x1100bc00, length 0x400

Please note that while this would be a breaking change for SVS (but
not for thermal sensors), it doesn't matter because the svs driver
never worked anyway because of the missing trips in tzts2, causing
that thermal zone to never actually register, hence the SVS driver
to fail probing anyway.

Link: https://lore.kernel.org/r/20231121125044.78642-2-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>