Skip to content

Commit ba785ff

Browse files
z3ntuandersson
authored andcommitted
remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226
MSM8226 requires the CX power domain, so use the msm8996_adsp_resource which has cx under proxy_pd_names and is otherwise equivalent. Suggested-by: Stephan Gerhold <stephan.gerhold@linaro.org> Fixes: fb4f07c ("remoteproc: qcom: pas: Add MSM8226 ADSP support") Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org> Link: https://lore.kernel.org/r/20250128-pas-singlepd-v1-1-85d9ae4b0093@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent efdde3d commit ba785ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ static const struct adsp_data sm8750_mpss_resource = {
14351435
};
14361436

14371437
static const struct of_device_id adsp_of_match[] = {
1438-
{ .compatible = "qcom,msm8226-adsp-pil", .data = &adsp_resource_init},
1438+
{ .compatible = "qcom,msm8226-adsp-pil", .data = &msm8996_adsp_resource},
14391439
{ .compatible = "qcom,msm8953-adsp-pil", .data = &msm8996_adsp_resource},
14401440
{ .compatible = "qcom,msm8974-adsp-pil", .data = &adsp_resource_init},
14411441
{ .compatible = "qcom,msm8996-adsp-pil", .data = &msm8996_adsp_resource},

0 commit comments

Comments
 (0)