diff options
author | Alexey Minnekhanov <alexeymin@postmarketos.org> | 2023-06-21 19:50:44 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-07-16 00:01:40 +0200 |
commit | ed50ac266f67829d4732c8ca61ef1953c2cc63d0 (patch) | |
tree | 078500a11cb3df262155a3ade227d0cb1116e7ee /Documentation | |
parent | remoteproc: qcom: Expand MD_* as MINIDUMP_* (diff) | |
download | linux-ed50ac266f67829d4732c8ca61ef1953c2cc63d0.tar.xz linux-ed50ac266f67829d4732c8ca61ef1953c2cc63d0.zip |
dt-bindings: remoteproc: qcom,msm8996-mss-pil: Add SDM660 compatible
Mention sdm660-mss-pil in compatibles list.
Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230621175046.61521-1-alexeymin@postmarketos.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml index c1ac6ca1e759..09da5616e1e5 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml @@ -19,6 +19,7 @@ properties: enum: - qcom,msm8996-mss-pil - qcom,msm8998-mss-pil + - qcom,sdm660-mss-pil - qcom,sdm845-mss-pil reg: @@ -245,7 +246,9 @@ allOf: - if: properties: compatible: - const: qcom,msm8998-mss-pil + enum: + - qcom,msm8998-mss-pil + - qcom,sdm660-mss-pil then: properties: clocks: |