Re: [PATCH v3 6/8] MIPS: jz4780: dts: Fix watchdog node

From: Rob Herring
Date: Fri May 18 2018 - 16:35:21 EST


On Thu, May 10, 2018 at 08:47:49PM +0200, Paul Cercueil wrote:
> - The previous node requested a memory area of 0x100 bytes, while the
> driver only manipulates four registers present in the first 0x10 bytes.
>
> - The driver requests for the "rtc" clock, but the previous node did not
> provide any.
>
> Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
> Reviewed-by: Mathieu Malaterre <malat@xxxxxxxxxx>
> Acked-by: James Hogan <jhogan@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt | 7 ++++++-
> arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 ++++-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
> v2: No change
> v3: Also fix documentation

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>