On Wed, Dec 08, 2021 at 10:47:45AM +0100, Christopher Zimmermann wrote: > Hi, > > this is a driver for the watchdog found in RockChip SoCs (at least RockChip > 3399). Note that it attaches to "snps,dw-wdt", so it may be found elsewhere > and maybe another name may be more appropriate.
We already have a driver for that. dwdog.c: return OF_is_compatible(faa->fa_node, "snps,dw-wdt");