Skip to content

Commit 22ead09

Browse files
krzkandersson
authored andcommitted
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: 0d17014 ("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]
1 parent 8504fa9 commit 22ead09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ allOf:
9191
- if:
9292
properties:
9393
compatible:
94-
enum:
95-
- qcom,sdx55-apcs-gcc
94+
contains:
95+
enum:
96+
- qcom,sdx55-apcs-gcc
9697
then:
9798
properties:
9899
clocks:

0 commit comments

Comments
 (0)