remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998
authorYassine Oudjana <y.oudjana@protonmail.com>
Sun, 26 Sep 2021 19:06:22 +0000 (19:06 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 27 Sep 2021 23:37:34 +0000 (18:37 -0500)
commit9ae45035ba2be4117edb8fd3952c3c5b84a0b820
treef5524bec824d23806b56f8992c8545c65258148c
parentcc73f503f7ecde168e6874a1375900906ec16ad8
remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998

The resources for MSM8996 are missing power domains, and adding them
makes the resources identical to the MSM8998 ones.
Rename msm8998_adsp_resource to msm8996_adsp_resource then use it
for both chips. Also add power domains to slpi_resource_init and use
it for both chips.

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210926190555.278589-3-y.oudjana@protonmail.com
drivers/remoteproc/qcom_q6v5_pas.c