On Fri, Aug 30, 2024 at 08:45:44AM +0000, Rohit Agarwal wrote: > Add clock/irq/efuse setting in svs nodes for mt8186 SoC. > > Signed-off-by: Rohit Agarwal <rohiagar@xxxxxxxxxxxx> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> Although FWIW the SVS driver fails to probe as is, as for MT8186 it expects "cpu-big", "cpu-little" and "cci" thermal zones, which are not present in DT currently. The first two seem to be a matter of renaming (eg there's cpu-little0 and cpu-little1), while cci is completely missing in DT. Thanks, Nícolas