On 15/08/2025 16:30, Dmitry Baryshkov wrote: > + - if: > + properties: > + compatible: > + contains: > + enum: > + - qcom,sc7180-dp > + - qcom,sc7280-dp > + - qcom,sc7280-edp > + - qcom,sc8180x-edp > + - qcom,sc8280xp-edp > + - qcom,sm6350-dp > + then: > + properties: > + clocks: > + minItems: 5 > + maxItems: 5 > + else: > + if:
As discussed on IRC: Please un-nest these entries. YAML indentation does not make it easier to follow such nesting. I also think there is no actual benefit here in this case - all your "if:" are exclusive, so nesting brings no positive difference. Best regards, Krzysztof
