2021-05-06 21:20:35

by Yassine Oudjana

[permalink] [raw]
Subject: [PATCH 2/3] dt-bindings: remoteproc: qcom: pas: Add power domains for MSM8996

Add MSM8996 compatible strings to CX and SSC-CX power domains.

This depends on: "dt-bindings: remoteproc: qcom: pas: Convert binding to YAML"
https://lore.kernel.org/linux-arm-msm/[email protected]/T/#u

Signed-off-by: Yassine Oudjana <[email protected]>
---
Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
index 9c07cfce0383..6c11812385ca 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
@@ -320,6 +320,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,msm8996-adsp-pil
- qcom,msm8998-adsp-pas
then:
properties:
@@ -335,6 +336,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,msm8996-slpi-pil
- qcom,msm8998-slpi-pas
then:
properties:
--
2.31.1



2021-05-07 22:20:58

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: remoteproc: qcom: pas: Add power domains for MSM8996

On Thu, 06 May 2021 21:18:31 +0000, Yassine Oudjana wrote:
> Add MSM8996 compatible strings to CX and SSC-CX power domains.
>
> This depends on: "dt-bindings: remoteproc: qcom: pas: Convert binding to YAML"
> https://lore.kernel.org/linux-arm-msm/[email protected]/T/#u
>
> Signed-off-by: Yassine Oudjana <[email protected]>
> ---
> Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>