Commit 5cef9b48 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

remoteproc: qcom: pas: Add SM8450 remoteproc support



Add audio, compute, sensor and modem remoteproc compatibles to the PAS
remoteproc driver. The resources needed for each one matches those of
SM8350, so its descs are reused.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220128025513.97188-12-bjorn.andersson@linaro.org
parent dd72781b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -879,6 +879,10 @@ static const struct of_device_id adsp_of_match[] = {
	{ .compatible = "qcom,sm8350-cdsp-pas", .data = &sm8350_cdsp_resource},
	{ .compatible = "qcom,sm8350-slpi-pas", .data = &sm8350_slpi_resource},
	{ .compatible = "qcom,sm8350-mpss-pas", .data = &mpss_resource_init},
	{ .compatible = "qcom,sm8450-adsp-pas", .data = &sm8350_adsp_resource},
	{ .compatible = "qcom,sm8450-cdsp-pas", .data = &sm8350_cdsp_resource},
	{ .compatible = "qcom,sm8450-slpi-pas", .data = &sm8350_slpi_resource},
	{ .compatible = "qcom,sm8450-mpss-pas", .data = &mpss_resource_init},
	{ },
};
MODULE_DEVICE_TABLE(of, adsp_of_match);