On Mon, May 02, 2022 at 03:34:59PM +0200, Geert Uytterhoeven wrote: > Despite the name, R-Car V3U is the first member of the R-Car Gen4 > family. Hence move its compatible value to the R-Car Gen4 section. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > index 77ee7c4b8067f506..1fa243052327bffe 100644 > --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > @@ -59,11 +59,11 @@ properties: > - renesas,r8a77980-wdt # R-Car V3H > - renesas,r8a77990-wdt # R-Car E3 > - renesas,r8a77995-wdt # R-Car D3 > - - renesas,r8a779a0-wdt # R-Car V3U > - const: renesas,rcar-gen3-wdt # R-Car Gen3 and RZ/G2 > > - items: > - enum: > + - renesas,r8a779a0-wdt # R-Car V3U > - renesas,r8a779f0-wdt # R-Car S4-8 > - const: renesas,rcar-gen4-wdt # R-Car Gen4 >