On 27/05/2024 17:33, Bartosz Golaszewski wrote: > On Mon, May 27, 2024 at 5:13 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: >> >> On 27/05/2024 16:45, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> >>> >>> There's a set of compatibles for which we set a strict list of 5 interrupt >>> names even though minItems for the interrupts property is 4. One of the >>> USB controllers on sa8775p only consumes 4 interrupts which leads to >>> dtbs_check errors. Make the last entry optional by setting minItems to 4. >>> >>> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> >>> --- >>> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + >>> 1 file changed, 1 insertion(+) >> >> Can you also fix other cases? I found there at least two other. I missed >> that during review... or maybe we discussed it? I remember that commit >> was a pain :/ >> > > I can put that on my TODO list but I really have too much on my plate > ATM. I propose this be picked up separately. > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof