Hi Marek, Marek Behún <marek.behun@xxxxxx> wrote on Fri, 7 Sep 2018 15:05:50 +0200: > This adds support for the CPU watchdog found on Marvell Armada 37xx > SoCs. > > There are 4 counters which can be set as CPU watchdog counters. > This driver uses the second counter (ID 1, counting from 0) as watchdog > counter, and first counter (ID 0) to implement pinging on the second > counter without the need to disable it. > > Since counters IDs 2 and 3 are enabled already before even U-Boot > starts, this driver does not use them at all, for example by adding a > device tree property for counter selection. > > Signed-off-by: Marek Behún <marek.behun@xxxxxx> > --- Sorry for the delay, it took me some time to catchup. With my EspressoBin: Tested-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Thanks, Miquèl