Messages in this thread |  | | Date | Sun, 26 Sep 2021 19:06:09 +0000 | From | Yassine Oudjana <> | Subject | [PATCH v2 0/5] msm8996: Enable support for MSS and SLPI |
| |
This series fixes reserved memory regions, adds a missing power domain for SLPI in qcom_q6v5_pas, and enables support for MSS and SLPI in DTS.
Changes since v1: - Rebase on latest linux-next - Rewrite MSS node - Enable MSS and SLPI in some devices Changes since v1 (2/5 remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998): - Rename msm8998_adsp_resource to msm8996_adsp_resource - Add power domains to slpi_resource_init and use that instead of msm8998_slpi_resource
Yassine Oudjana (5): arm64: dts: qcom: msm8996: Revamp reserved memory remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998 arm64: dts: qcom: msm8996: Unify smp2p naming arm64: dts: qcom: msm8996: Add MSS and SLPI arm64: dts: qcom: msm8996-xiaomi-*: Enable MSS and SLPI
.../dts/qcom/msm8996-sony-xperia-tone.dtsi | 18 +- .../boot/dts/qcom/msm8996-xiaomi-common.dtsi | 30 ++- .../boot/dts/qcom/msm8996-xiaomi-gemini.dts | 9 + .../boot/dts/qcom/msm8996-xiaomi-scorpio.dts | 9 + arch/arm64/boot/dts/qcom/msm8996.dtsi | 195 ++++++++++++++---- drivers/remoteproc/qcom_q6v5_pas.c | 27 +-- 6 files changed, 209 insertions(+), 79 deletions(-)
-- 2.33.0
|  |