From patchwork Wed Jun 10 17:47:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fu Wei Fu X-Patchwork-Id: 49722 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-la0-f72.google.com (mail-la0-f72.google.com [209.85.215.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 592D620C81 for ; Wed, 10 Jun 2015 17:49:37 +0000 (UTC) Received: by labby2 with SMTP id by2sf4415005lab.1 for ; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=ST8ARhEUb0tqnIqjzBTOjEQoIPS7VgO2mYyqezmUoGU=; b=md6Dh/Kr1CZeMpQvhgzZAROOjTS/XNo7PTwnFxLThfadH/5gJrd5OBO4jip7oXNq4v oxXZ6yCSKcUtnLGMD+aRIY9KAC5P24oYKYt3vtnNlXF0Ug736+E8cvlfc41rpiV+hU8M mLt+p5xz7/RX5Hz1CEfxwiwW9zWw8ToREYTc1jB3Kvh8GLEzcUtLwdf0vPcuybnwwGBH K0psvW2LjCzaBli3hvT86huUD77ntlZV2boRDTy3X5U7GKKEBHXz8te4o4lJhpWFANoP npL3za+2p8RVB5rApXuFgGrVZuoIXH+9xEs16GVTRgCLxB0CT2CzFdZFJ1M26iYkNFPX Abmw== X-Gm-Message-State: ALoCoQnHG05fLKzcFn76N/mB8oRdOJQDskS3CUrNQoOiUneKhcDCC0tU2kRT6mHymdd5ExUV7ixV X-Received: by 10.112.171.41 with SMTP id ar9mr3964428lbc.24.1433958576338; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.19.231 with SMTP id i7ls265683lae.85.gmail; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) X-Received: by 10.152.23.234 with SMTP id p10mr5355888laf.52.1433958576184; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com. [209.85.215.43]) by mx.google.com with ESMTPS id r6si9626820lag.118.2015.06.10.10.49.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 10:49:36 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.43 as permitted sender) client-ip=209.85.215.43; Received: by laew7 with SMTP id w7so38346447lae.1 for ; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) X-Received: by 10.152.1.40 with SMTP id 8mr5487239laj.56.1433958576082; Wed, 10 Jun 2015 10:49:36 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.108.230 with SMTP id hn6csp3490611lbb; Wed, 10 Jun 2015 10:49:34 -0700 (PDT) X-Received: by 10.68.113.194 with SMTP id ja2mr7396162pbb.163.1433958573993; Wed, 10 Jun 2015 10:49:33 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id qd9si14966048pbc.97.2015.06.10.10.49.32; Wed, 10 Jun 2015 10:49:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933244AbbFJRt2 (ORCPT + 7 others); Wed, 10 Jun 2015 13:49:28 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:35309 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933765AbbFJRtZ (ORCPT ); Wed, 10 Jun 2015 13:49:25 -0400 Received: by pdbnf5 with SMTP id nf5so42600004pdb.2 for ; Wed, 10 Jun 2015 10:49:25 -0700 (PDT) X-Received: by 10.68.216.129 with SMTP id oq1mr1388669pbc.36.1433958565186; Wed, 10 Jun 2015 10:49:25 -0700 (PDT) Received: from localhost.localdomain (li400-65.members.linode.com. [106.187.50.65]) by mx.google.com with ESMTPSA id a6sm9270997pas.28.2015.06.10.10.49.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 10 Jun 2015 10:49:24 -0700 (PDT) From: fu.wei@linaro.org To: Suravee.Suthikulpanit@amd.com, linaro-acpi@lists.linaro.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: tekkamanninja@gmail.com, graeme.gregory@linaro.org, al.stone@linaro.org, hanjun.guo@linaro.org, timur@codeaurora.org, ashwin.chaugule@linaro.org, arnd@arndb.de, linux@roeck-us.net, vgandhi@codeaurora.org, wim@iguana.be, jcm@redhat.com, leo.duran@amd.com, corbet@lwn.net, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, rjw@rjwysocki.net, Fu Wei Subject: [PATCH non-pretimeout 1/7] Documentation: add sbsa-gwdt.txt documentation Date: Thu, 11 Jun 2015 01:47:26 +0800 Message-Id: <1433958452-23721-2-git-send-email-fu.wei@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1433958452-23721-1-git-send-email-fu.wei@linaro.org> References: <=fu.wei@linaro.org> <1433958452-23721-1-git-send-email-fu.wei@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: devicetree@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: fu.wei@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.43 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , From: Fu Wei The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Acked-by: Arnd Bergmann Signed-off-by: Fu Wei --- .../devicetree/bindings/watchdog/sbsa-gwdt.txt | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt b/Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt new file mode 100644 index 0000000..164ee98 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt @@ -0,0 +1,35 @@ +* SBSA(Server Base System Architecture) Generic Watchdog + +The SBSA Generic Watchdog Timer is used for resetting the system after +two stages of timeout. +More details: ARM-DEN-0029 - Server Base System Architecture (SBSA) + +Required properties: +- compatible : Should at least contain "arm,sbsa-gwdt". + +- reg : base physical address of the frames and length of memory mapped region. + +- reg-names : Should contain the resource reg names to show the order of + the values in "reg". + Must include the following entries : "refresh", "control". + +- interrupts : Should at least contain WS0 interrupt, + the WS1 Signal is optional. + +- interrupt-names : Should contain the resource interrupt names. + Must include the following entries : "ws0". "ws1" is optional. + +Optional properties +- timeout-sec : Watchdog timeout value (in seconds). + +Example for FVP Foundation Model v8: + +watchdog@2a440000 { + compatible = "arm,sbsa-gwdt"; + reg = <0x0 0x2a440000 0 0x10000>, + <0x0 0x2a450000 0 0x10000>; + reg-names = "control", "refresh"; + interrupts = <0 27 4>; + interrupt-names = "ws0"; + timeout-sec = <10>; +};