From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 6/8] MIPS: jz4780: dts: Fix watchdog node Date: Fri, 18 May 2018 16:31:09 -0500 Message-ID: <20180518213109.GA28202@rob-hp-laptop> References: <20180510184751.13416-1-paul@crapouillou.net> <20180510184751.13416-6-paul@crapouillou.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180510184751.13416-6-paul@crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org To: Paul Cercueil Cc: Guenter Roeck , Mark Rutland , Ralf Baechle , James Hogan , Wim Van Sebroeck , Mathieu Malaterre , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org List-Id: devicetree@vger.kernel.org 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 > Reviewed-by: Mathieu Malaterre > Acked-by: James Hogan > --- > 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