Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754786Ab2E2Rrh (ORCPT ); Tue, 29 May 2012 13:47:37 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:38822 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754226Ab2E2Rrg (ORCPT ); Tue, 29 May 2012 13:47:36 -0400 Message-ID: <4FC50BA2.4070404@ti.com> Date: Tue, 29 May 2012 12:47:14 -0500 From: Jon Hunter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: CC: , , , , , , , , , , , Subject: Re: [PATCH 0/3] omap3/omap4: add device tree support for wdt References: <1337942552-28218-1-git-send-email-jgq516@gmail.com> In-Reply-To: <1337942552-28218-1-git-send-email-jgq516@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.157.144.139] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 38 Hi Xiao Jiang, On 05/25/2012 05:42 AM, jgq516@gmail.com wrote: > From: Xiao Jiang > > This series can be applied to dt branch of linux-omap tree. Thanks for sending this! > Since omap24xx series has different wdt base addr (omap2420: 0x48022000 and > omap2430: 0x49016000) per commit 2817142f31bfbf26c216bf4f9192540c81b2d071, so > I don't add wdt node in omap2.dtsi just like omap3 and omap4, maybe different > dts files are needed for omap2420 and omap2430. Good point. I am wondering if we can simple drop the address from the wdt2 node for omap2. It is not really being used. May be Benoit can comment. Cheers Jon > Tested with omap4430 blaze board. > > Xiao Jiang (3): > arm/dts: add wdt node for omap3 and omap4 > OMAP: wdt: add device tree support > watchdog: omap_wdt: add device tree support > > arch/arm/boot/dts/omap3.dtsi | 5 +++++ > arch/arm/boot/dts/omap4.dtsi | 5 +++++ > arch/arm/mach-omap2/devices.c | 2 +- > drivers/watchdog/omap_wdt.c | 8 ++++++++ > 4 files changed, 19 insertions(+), 1 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/