Hi Geert, On 20 June 2022 08:14 Geert Uytterhoeven wrote: > On Mon, Jun 13, 2022 at 5:06 PM Phil Edworthy wrote: > > Add the documentation for the r9a09g011 SoC, but in doing so also > > reorganise the doc to make it easier to read. > > Additionally, make the binding require an interrupt to be specified. > > Whilst the driver does not need an interrupt, all of the SoCs that use > > this binding actually provide one. > > > > Signed-off-by: Phil Edworthy <phil.edworthy@xxxxxxxxxxx> > > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > v2: > > - Added minItems for interrupt-names and clock-names > > Thanks for the update! > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > One minor nit: you have lost the check that there is only one interrupt > on e.g. R-Car H3, so "make dtbs_check" no longer complains if I add > a second interrupt to the wdt node in r8a77951.dtsi. Ah, right, same for clocks. I'll add an else with maxItems:1 for these Thanks Phil