Skip to content

Commit fb4f07c

Browse files
z3ntuandersson
authored andcommitted
remoteproc: qcom: pas: Add MSM8226 ADSP support
Add a config for the ADSP present on MSM8226. Signed-off-by: Luca Weiss <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b514318 commit fb4f07c

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
@@ -878,6 +878,7 @@ static const struct adsp_data sdx55_mpss_resource = {
878878
};
879879

880880
static const struct of_device_id adsp_of_match[] = {
881+
{ .compatible = "qcom,msm8226-adsp-pil", .data = &adsp_resource_init},
881882
{ .compatible = "qcom,msm8974-adsp-pil", .data = &adsp_resource_init},
882883
{ .compatible = "qcom,msm8996-adsp-pil", .data = &msm8996_adsp_resource},
883884
{ .compatible = "qcom,msm8996-slpi-pil", .data = &slpi_resource_init},

0 commit comments

Comments
 (0)