On Thu, 17 Oct 2024 11:14:47 +0200, Krzysztof Kozlowski wrote: > Commit 1e9cb7e007dc ("dt-bindings: mailbox: qcom,apcs-kpss-global: use > fallbacks") and commit 34d8775a0edc ("dt-bindings: mailbox: > qcom,apcs-kpss-global: use fallbacks for few variants") added fallbacks > to few existing compatibles. Neither devices with these existing > compatibles nor devices using fallbacks alone, have clocks, so the > "if:then:" block defining this constrain should be written as > "contains:". > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>