Document compatible for Qualcomm Glymur SoC CDSP which is fully compatible with SM8550 CDSP. Also with the Linux Host running on EL2, the remoteprocs need to be hypervisor independent, the iommu property is mandatory to ensure proper functionality.
Signed-off-by: Sibi Sankar <[email protected]> --- Dependencies: Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2: https://patchwork.kernel.org/project/linux-arm-msm/cover/[email protected]/ This patch has a dependency on the iommu binding added in ^^ series. .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml index cba45ce2865e..8a15e0c47a78 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml @@ -35,6 +35,9 @@ properties: - items: - const: qcom,sm8750-cdsp-pas - const: qcom,sm8650-cdsp-pas + - items: + - const: qcom,glymur-cdsp-pas + - const: qcom,sm8550-cdsp-pas reg: maxItems: 1 @@ -98,6 +101,7 @@ allOf: contains: enum: - qcom,glymur-adsp-pas + - qcom,glymur-cdsp-pas - qcom,sm8750-adsp-pas then: properties: @@ -227,6 +231,7 @@ allOf: compatible: contains: enum: + - qcom,glymur-cdsp-pas - qcom,sm8550-cdsp-pas - qcom,sm8650-cdsp-pas - qcom,x1e80100-cdsp-pas @@ -247,6 +252,7 @@ allOf: compatible: enum: - qcom,glymur-adsp-pas + - qcom,glymur-cdsp-pas then: properties: iommus: -- 2.34.1

