diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-22 18:35:59 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-23 06:50:19 -0700 |
commit | 22ead09ba40745e50970565af1996c2c1cc4e909 (patch) | |
tree | 066175a43c022dcdb78af6f1927e7ed8f2c07456 | |
parent | 8504fa9baf8bdc5f333f24077b54df1d16173d99 (diff) |
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: 0d17014e9189 ("dt-bindings: mailbox: Add binding for SDX55 APCS")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 2992227631c4..4d2f408a5efb 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -91,8 +91,9 @@ allOf: - if: properties: compatible: - enum: - - qcom,sdx55-apcs-gcc + contains: + enum: + - qcom,sdx55-apcs-gcc then: properties: clocks: |