Enable the remote processor PAS loader for QCS615 ADSP and CDSP processors. This allows different platforms/architectures to control (power on, load firmware, power off) those remote processors while abstracting the hardware differences. Additionally, and add a PIL region in IMEM so that post mortem debug tools can collect ramdumps.
Signed-off-by: Lijuan Gao <quic_liju...@quicinc.com> --- Kyle Deng (1): arm64: dts: qcom: qcs615: Add mproc node for SEMP2P Lijuan Gao (5): dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc dt-bindings: soc: qcom: add qcom,qcs615-imem compatible arm64: dts: qcom: qcs615: Add IMEM and PIL info region arm64: dts: qcom: qcs615: add ADSP and CDSP nodes arm64: dts: qcom: qcs615-ride: enable remoteprocs .../bindings/remoteproc/qcom,sm8150-pas.yaml | 59 ++++--- .../devicetree/bindings/sram/qcom,imem.yaml | 1 + arch/arm64/boot/dts/qcom/qcs615-ride.dts | 10 ++ arch/arm64/boot/dts/qcom/qcs615.dtsi | 179 +++++++++++++++++++++ 4 files changed, 225 insertions(+), 24 deletions(-) --- base-commit: f660850bc246fef15ba78c81f686860324396628 change-id: 20250416-add_qcs615_remoteproc_support-61ddab556c4e Best regards, -- Lijuan Gao <quic_liju...@quicinc.com>