]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: qcom_q6v5_mss: Handle platforms with one power domain
authorLuca Weiss <luca@lucaweiss.eu>
Mon, 17 Feb 2025 22:05:18 +0000 (23:05 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 5 Mar 2025 03:43:46 +0000 (19:43 -0800)
commit4641840341f37dc8231e0840ec1514b4061b4322
treed3e6493cfaca5353b17c9b92c1cca46f10cc7422
parent41bf2a134f0309dcee0e8f75a51cf05e51d86418
remoteproc: qcom_q6v5_mss: Handle platforms with one power domain

For example MSM8974 has mx voltage rail exposed as regulator and only cx
voltage rail is exposed as power domain. This power domain (cx) is
attached internally in power domain and cannot be attached in this driver.

Fixes: 8750cf392394 ("remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domains")
Co-developed-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
Link: https://lore.kernel.org/r/20250217-msm8226-modem-v5-4-2bc74b80e0ae@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_mss.c