On Mon, Sep 01, 2025 at 05:57:30PM +0800, Yongxing Mou wrote: > + - if: > + properties: > + compatible: > + contains: > + enum: > + # QCS8300 only has one DP controller that supports 4 > + # streams MST. > + - qcom,qcs8300-dp > + then: > + properties: > + reg: > + minItems: 9 > + maxItems: 9 > + clocks: > + minItems: 8 > + maxItems: 8
Clocks have only five items, reg has 5. At least in my next from few days ago. Nothing explains any patchset dependencies, so this makes reviewing more difficult than it should be. Best regards, Krzysztof