On Tue, Jan 18, 2022 at 06:09:02PM +0100, Geert Uytterhoeven wrote: > From: Thanh Quan <thanh.quan.xn@xxxxxxxxxxx> > > Document support for the Watchdog Timer (WDT) Controller in the Renesas > R-Car S4-8 (R8A779F0) SoC. > > Signed-off-by: Thanh Quan <thanh.quan.xn@xxxxxxxxxxx> > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Acked-by: Rob Herring <robh@xxxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > index 91a98ccd4226f505..d060438e1402d502 100644 > --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > @@ -55,6 +55,11 @@ properties: > - renesas,r8a779a0-wdt # R-Car V3U > - const: renesas,rcar-gen3-wdt # R-Car Gen3 and RZ/G2 > > + - items: > + - enum: > + - renesas,r8a779f0-wdt # R-Car S4-8 > + - const: renesas,rcar-gen4-wdt # R-Car Gen4 > + > reg: > maxItems: 1 >