Hi, Le 22 oct. 2017 5:26 PM, Guenter Roeck <linux@xxxxxxxxxxxx> a écrit : > > On Fri, Sep 08, 2017 at 08:35:55PM +0200, Mathieu Malaterre wrote: > > The jz4740-watchdog driver supports both jz4740 & jz4780. > > > > Signed-off-by: Mathieu Malaterre <malat@xxxxxxxxxx> > > Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> > > > --- > > arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi > > index 4853ef67b3ab..33d7f49186d6 100644 > > --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi > > +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi > > @@ -207,6 +207,11 @@ > > status = "disabled"; > > }; > > > > + watchdog: jz4780-watchdog@10002000 { > > + compatible = "ingenic,jz4740-watchdog"; > > + reg = <0x10002000 0x100>; > > + }; > > + > > nemc: nemc@13410000 { > > compatible = "ingenic,jz4780-nemc"; > > reg = <0x13410000 0x10000>; The node should be named just " watchdog@...", I think.