Commit 22ead09b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

dt-bindings: mailbox: qcom,apcs-kpss-global: fix SDX55 'if' match

The qcom,sdx55-apcs-gcc is followed by another compatible (syscon), thus
the 'if' clause must match by contains.

Fixes: 0d17014e ("dt-bindings: mailbox: Add binding for SDX55 APCS")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarManivannan Sadhasivam <mani@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230322173559.809805-2-krzysztof.kozlowski@linaro.org
parent 8504fa9b
...@@ -91,8 +91,9 @@ allOf: ...@@ -91,8 +91,9 @@ allOf:
- if: - if:
properties: properties:
compatible: compatible:
enum: contains:
- qcom,sdx55-apcs-gcc enum:
- qcom,sdx55-apcs-gcc
then: then:
properties: properties:
clocks: clocks:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment