Skip to content

Commit ba3125b

Browse files
DylanVanAsscheandersson
authored andcommitted
remoteproc: qcom: pas: add SDM845 SLPI compatible
Add a compatible for the SDM845 SLPI to the Qualcomm remoteproc q6v5_pas driver. The SLPI is the same as in SM8150, SM8250, SM8350, and SM8450, so use the same resource in the driver. Signed-off-by: Dylan Van Assche <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 10b6fec commit ba3125b

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
@@ -1172,6 +1172,7 @@ static const struct of_device_id adsp_of_match[] = {
11721172
{ .compatible = "qcom,sdm660-adsp-pas", .data = &adsp_resource_init},
11731173
{ .compatible = "qcom,sdm845-adsp-pas", .data = &sdm845_adsp_resource_init},
11741174
{ .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
1175+
{ .compatible = "qcom,sdm845-slpi-pas", .data = &sdm845_slpi_resource_init},
11751176
{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
11761177
{ .compatible = "qcom,sm6115-adsp-pas", .data = &adsp_resource_init},
11771178
{ .compatible = "qcom,sm6115-cdsp-pas", .data = &cdsp_resource_init},

0 commit comments

Comments
 (0)