Add Peripheral Authentication Service (PAS) support for the Qualcomm Shikra SoC. This series introduces the device tree bindings and the driver resource configurations for the three remoteproc cores present on Shikra: CDSP, LPAICP and MPSS.
Signed-off-by: Bibek Kumar Patro <[email protected]> Signed-off-by: Komal Bajaj <[email protected]> --- Changes in v2: - Add glink-edge, qcom,smem-states and qcom,smem-state-names properties in bindings - Drop second interconnect path from the example node (sashiko-bot) - Update auto_boot to true for CDSP resource (Dmitry) - Drop region_assign_vmid from CDSP and MPSS resources (Dmitry) - Drop decrypt_shutdown from MPSS resource (Dmitry) - Link to v1: https://lore.kernel.org/r/[email protected] --- Bibek Kumar Patro (1): remoteproc: qcom: pas: Add Shikra remoteproc support Komal Bajaj (1): dt-bindings: remoteproc: qcom,shikra-pas: Document Shikra PAS remoteprocs .../bindings/remoteproc/qcom,shikra-pas.yaml | 157 +++++++++++++++++++++ drivers/remoteproc/qcom_q6v5_pas.c | 48 +++++++ 2 files changed, 205 insertions(+) --- base-commit: 687da68900cd1a46549f7d9430c7d40346cb86a0 change-id: 20260513-shikra-rproc-0da355c56c69 Best regards, -- Komal Bajaj <[email protected]>

