From patchwork Mon Jul 2 19:50:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1147731 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 475BFDFFF2 for ; Mon, 2 Jul 2012 19:54:01 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SlmeF-00044D-7L; Mon, 02 Jul 2012 19:51:03 +0000 Received: from mail-gg0-f177.google.com ([209.85.161.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Slmdq-00043G-Az for linux-arm-kernel@lists.infradead.org; Mon, 02 Jul 2012 19:50:39 +0000 Received: by ggcs5 with SMTP id s5so4843863ggc.36 for ; Mon, 02 Jul 2012 12:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=jSf2BOZwba9ZZyVLCohAMsAG07XzPBEdZJUCoqBq+PU=; b=BDuLYfBiA2drbOBQHC2jo0Ut2R0ihaVfWKJD68OX8Q2vktAJHbtH805Pt0bYLyai1e lFNk/xUmX3eHEuphO/6JOPkE5wMZOOGfNu2Jc/jE1idSA4dwABxoIeMjCosLBKH8yL7H uJnohA4aACaVeVEBgkv78xQLFrRQMwzv463ZXZhc6pb4u8kYlWNafh/DB0rxLb6VI/HI JL1o4pTmQwrrE/W3Yxpa4X2GzEM5KfaZZel0nTeNlPgC9YNobvzoulPKCv3nhJlQKGVi zoB33pmlM/XPpDzU+wogdiAkxOnQGgvIFGVdMR3OjfkyN2fw4fiS65K5oNSXK35+wBXM t0DQ== Received: by 10.236.114.169 with SMTP id c29mr16944586yhh.108.1341258637401; Mon, 02 Jul 2012 12:50:37 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id y8sm12471806anj.11.2012.07.02.12.50.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jul 2012 12:50:36 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH 2/2] ARM: imx6q-sabresd.dts: Add watchdog support Date: Mon, 2 Jul 2012 16:50:27 -0300 Message-Id: <1341258627-3469-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1341258627-3469-1-git-send-email-festevam@gmail.com> References: <1341258627-3469-1-git-send-email-festevam@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Fabio Estevam Add watchdog support. Signed-off-by: Fabio Estevam --- arch/arm/boot/dts/imx6q-sabresd.dts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q-sabresd.dts b/arch/arm/boot/dts/imx6q-sabresd.dts index 07509a1..f3002d2 100644 --- a/arch/arm/boot/dts/imx6q-sabresd.dts +++ b/arch/arm/boot/dts/imx6q-sabresd.dts @@ -29,6 +29,10 @@ status = "okay"; }; }; + + wdog@020bc000 { /* WDOG1 */ + status = "okay"; + }; }; aips-bus@02100000 { /* AIPS2 */