From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753044Ab3H0LRr (ORCPT ); Tue, 27 Aug 2013 07:17:47 -0400 Received: from mail1.bemta5.messagelabs.com ([195.245.231.143]:57221 "EHLO mail1.bemta5.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752315Ab3H0LRo (ORCPT ); Tue, 27 Aug 2013 07:17:44 -0400 X-Greylist: delayed 382 seconds by postgrey-1.27 at vger.kernel.org; Tue, 27 Aug 2013 07:17:43 EDT X-Env-Sender: Johannes.Thumshirn@men.de X-Msg-Ref: server-11.tower-179.messagelabs.com!1377601877!29774342!1 X-Originating-IP: [80.255.6.145] X-StarScan-Received: X-StarScan-Version: 6.9.11; banners=-,-,- X-VirusChecked: Checked X-PGP-Universal: processed; by keys.men.de on Tue, 27 Aug 2013 13:11:18 +0200 From: Johannes Thumshirn To: Rob Landley CC: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Johannes Thumshirn , Wim Van Sebroeck , Guenter Roeck , , , , Subject: [RFC][PATCH v2] documentation/devicetree: Move DT bindigns from gpio to watchdog Date: Tue, 27 Aug 2013 13:10:37 +0200 Message-ID: <1377601837-18989-1-git-send-email-johannes.thumshirn@men.de> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <521672A1.6010202@wwwdotorg.org> References: <521672A1.6010202@wwwdotorg.org> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.1.1.31] X-OriginalArrivalTime: 27 Aug 2013 11:11:17.0546 (UTC) FILETIME=[26C648A0:01CEA316] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I accidently put the devicetree bindings for the MEN A21 watchdog driver in Documentation/devicetree/bindings/gpio instead of Documentation/devicetree/bindings/watchdog, this patch addresses this error. Signed-off-by: Johannes Thumshirn Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Rob Landley Cc: Wim Van Sebroeck Cc: Guenter Roeck --- Changes to v1: - Use named gpios, as suggested by Stephen Warren .../bindings/{gpio => watchdog}/men-a021-wdt.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename Documentation/devicetree/bindings/{gpio => watchdog}/men-a021-wdt.txt (61%) diff --git a/Documentation/devicetree/bindings/gpio/men-a021-wdt.txt b/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt similarity index 61% rename from Documentation/devicetree/bindings/gpio/men-a021-wdt.txt rename to Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt index 370dee3..0008f28 100644 --- a/Documentation/devicetree/bindings/gpio/men-a021-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt @@ -16,10 +16,10 @@ Optional properties: Example: watchdog { compatible ="men,a021-wdt"; - gpios = <&gpio3 9 1 /* WD_EN */ - &gpio3 10 1 /* WD_FAST */ - &gpio3 11 1 /* WD_TRIG */ - &gpio3 6 1 /* RST_CAUSE[0] */ - &gpio3 7 1 /* RST_CAUSE[1] */ - &gpio3 8 1>; /* RST_CAUSE[2] */ + enable-gpio = <&gpio3 9 1>; /* WD_EN */ + fast-gpio = <&gpio3 10 1>; /* WD_FAST */ + trig-gpio = <&gpio3 11 1>; /* WD_TRIG */ + rst-gpios = <&gpio3 6 1 /* RST_CAUSE[0] */ + &gpio3 7 1 /* RST_CAUSE[1] */ + &gpio3 8 1>; /* RST_CAUSE[2] */ }; -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Thumshirn Subject: [RFC][PATCH v2] documentation/devicetree: Move DT bindigns from gpio to watchdog Date: Tue, 27 Aug 2013 13:10:37 +0200 Message-ID: <1377601837-18989-1-git-send-email-johannes.thumshirn@men.de> References: <521672A1.6010202@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <521672A1.6010202@wwwdotorg.org> Sender: linux-doc-owner@vger.kernel.org To: Rob Landley Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Johannes Thumshirn , Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org List-Id: devicetree@vger.kernel.org I accidently put the devicetree bindings for the MEN A21 watchdog driver in Documentation/devicetree/bindings/gpio instead of Documentation/devicetree/bindings/watchdog, this patch addresses this error. Signed-off-by: Johannes Thumshirn Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Rob Landley Cc: Wim Van Sebroeck Cc: Guenter Roeck --- Changes to v1: - Use named gpios, as suggested by Stephen Warren .../bindings/{gpio => watchdog}/men-a021-wdt.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename Documentation/devicetree/bindings/{gpio => watchdog}/men-a021-wdt.txt (61%) diff --git a/Documentation/devicetree/bindings/gpio/men-a021-wdt.txt b/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt similarity index 61% rename from Documentation/devicetree/bindings/gpio/men-a021-wdt.txt rename to Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt index 370dee3..0008f28 100644 --- a/Documentation/devicetree/bindings/gpio/men-a021-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt @@ -16,10 +16,10 @@ Optional properties: Example: watchdog { compatible ="men,a021-wdt"; - gpios = <&gpio3 9 1 /* WD_EN */ - &gpio3 10 1 /* WD_FAST */ - &gpio3 11 1 /* WD_TRIG */ - &gpio3 6 1 /* RST_CAUSE[0] */ - &gpio3 7 1 /* RST_CAUSE[1] */ - &gpio3 8 1>; /* RST_CAUSE[2] */ + enable-gpio = <&gpio3 9 1>; /* WD_EN */ + fast-gpio = <&gpio3 10 1>; /* WD_FAST */ + trig-gpio = <&gpio3 11 1>; /* WD_TRIG */ + rst-gpios = <&gpio3 6 1 /* RST_CAUSE[0] */ + &gpio3 7 1 /* RST_CAUSE[1] */ + &gpio3 8 1>; /* RST_CAUSE[2] */ }; -- 1.7.9.5