]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: iris: scale MMCX power domain on SM8250
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Mon, 9 Feb 2026 01:32:17 +0000 (03:32 +0200)
committerBryan O'Donoghue <bod@kernel.org>
Sun, 10 May 2026 10:16:55 +0000 (11:16 +0100)
commit4170e2f25ce40b69f3827fcdabf395380095e136
tree14bda438d289322ac9dfdd32991ca94fec791fd0
parentab128251dace7f234f69a51bbe3d0b40ed9814c6
media: iris: scale MMCX power domain on SM8250

On SM8250 most of the video clocks are powered by the MMCX domain, while
the PLL is powered on by the MX domain. Extend the driver to support
scaling both power domains, while keeping compatibility with the
existing DTs, which define only the MX domain.

Fixes: 79865252acb6 ("media: iris: enable video driver probe of SM8250 SoC")
Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
drivers/media/platform/qcom/iris/iris_platform_gen1.c
drivers/media/platform/qcom/iris/iris_probe.c