On Wed, Feb 12, 2025 at 01:52:19PM +0530, Taniya Das wrote: > @@ -130,6 +131,19 @@ allOf: > reg: > maxItems: 1 > > + - if: > + properties: > + compatible: > + contains: > + const: qcom,qcm6490-lpassaudiocc > + > + then: You need to constrain everything, also clocks. See all other examples. Best regards, Krzysztof