Skip to content

Commit 8de60bb

Browse files
TravMuravandersson
authored andcommitted
remoteproc: qcom: pas: Add sc7180 adsp
sc7180 has a dedicated ADSP similar to the one found in sm8250. Add it's compatible to the driver reusing the existing config so the devices that use the adsp can probe it. Signed-off-by: Nikita Travkin <nikita@trvn.ru> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/20230907-sc7180-adsp-rproc-v3-2-6515c3fbe0a3@trvn.ru Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent eadadb9 commit 8de60bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@ static const struct of_device_id adsp_of_match[] = {
11611161
{ .compatible = "qcom,qcs404-adsp-pas", .data = &adsp_resource_init },
11621162
{ .compatible = "qcom,qcs404-cdsp-pas", .data = &cdsp_resource_init },
11631163
{ .compatible = "qcom,qcs404-wcss-pas", .data = &wcss_resource_init },
1164+
{ .compatible = "qcom,sc7180-adsp-pas", .data = &sm8250_adsp_resource},
11641165
{ .compatible = "qcom,sc7180-mpss-pas", .data = &mpss_resource_init},
11651166
{ .compatible = "qcom,sc7280-mpss-pas", .data = &mpss_resource_init},
11661167
{ .compatible = "qcom,sc8180x-adsp-pas", .data = &sm8150_adsp_resource},

0 commit comments

Comments
 (0)