Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757305Ab2EYJ4h (ORCPT ); Fri, 25 May 2012 05:56:37 -0400 Received: from mail1.windriver.com ([147.11.146.13]:44714 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752927Ab2EYJ4f (ORCPT ); Fri, 25 May 2012 05:56:35 -0400 From: To: , , , , , , CC: , , , , Subject: [PATCH 0/3] omap3/omap4: add device tree support for wdt Date: Fri, 25 May 2012 18:42:29 +0800 Message-ID: <1337942552-28218-1-git-send-email-jgq516@gmail.com> X-Mailer: git-send-email 1.7.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1042 Lines: 30 From: Xiao Jiang This series can be applied to dt branch of linux-omap tree. 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. 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(-) -- 1.7.3 -- 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/