Skip to content

Commit 58c8db9

Browse files
Sibi Sankarandersson
authored andcommitted
remoteproc: qcom: pas: Add SC7280 Modem support
Add support for booting the Modem DSP found on QTI SC7280 SoCs. Signed-off-by: Sibi Sankar <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 04a1261 commit 58c8db9

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
@@ -796,6 +796,7 @@ static const struct of_device_id adsp_of_match[] = {
796796
{ .compatible = "qcom,qcs404-cdsp-pas", .data = &cdsp_resource_init },
797797
{ .compatible = "qcom,qcs404-wcss-pas", .data = &wcss_resource_init },
798798
{ .compatible = "qcom,sc7180-mpss-pas", .data = &mpss_resource_init},
799+
{ .compatible = "qcom,sc7280-mpss-pas", .data = &mpss_resource_init},
799800
{ .compatible = "qcom,sc8180x-adsp-pas", .data = &sm8150_adsp_resource},
800801
{ .compatible = "qcom,sc8180x-cdsp-pas", .data = &sm8150_cdsp_resource},
801802
{ .compatible = "qcom,sc8180x-mpss-pas", .data = &sc8180x_mpss_resource},

0 commit comments

Comments
 (0)