From patchwork Wed Jul 4 12:30:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Afzal Mohammed X-Patchwork-Id: 1155921 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id A1EBCDFF0F for ; Wed, 4 Jul 2012 12:45:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751782Ab2GDMpz (ORCPT ); Wed, 4 Jul 2012 08:45:55 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:35490 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226Ab2GDMpz (ORCPT ); Wed, 4 Jul 2012 08:45:55 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id q64Cjak9003441; Wed, 4 Jul 2012 07:45:36 -0500 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q64CjWGo016708; Wed, 4 Jul 2012 18:15:35 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 14.1.323.3; Wed, 4 Jul 2012 18:15:32 +0530 Received: from ucmsshproxy.india.ext.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with SMTP id q64CjUuf007409; Wed, 4 Jul 2012 18:15:31 +0530 Received: from symphony.india.ext.ti.com (unknown [192.168.247.13]) by ucmsshproxy.india.ext.ti.com (Postfix) with ESMTP id D9742158002; Wed, 4 Jul 2012 18:15:30 +0530 (IST) Received: from linux-psp-server.india.ext.ti.com (linux-psp-server [192.168.247.76]) by symphony.india.ext.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id q64CjTI22955; Wed, 4 Jul 2012 18:15:29 +0530 (IST) From: Afzal Mohammed To: , , , CC: Afzal Mohammed Subject: [PATCH] arm/dts: am33xx wdt node Date: Wed, 4 Jul 2012 18:00:37 +0530 Message-ID: <1341405037-16391-1-git-send-email-afzal@ti.com> X-Mailer: git-send-email 1.7.11.1 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add am33xx wdt node. Signed-off-by: Afzal Mohammed --- Hi, This was tested on AM335X EVM. This depends on, http://www.mail-archive.com/linux-omap@vger.kernel.org/msg69424.html Regards Afzal arch/arm/boot/dts/am33xx.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index f46e353..08b2a5b 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -185,5 +185,10 @@ compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc3"; }; + + wdt2: wdt@44e35000 { + compatible = "ti,omap3-wdt"; + ti,hwmods = "wd_timer2"; + }; }; };