From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:50284 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663Ab3HUReE (ORCPT ); Wed, 21 Aug 2013 13:34:04 -0400 Message-ID: <5214FA08.7090502@wwwdotorg.org> Date: Wed, 21 Aug 2013 11:34:00 -0600 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog References: <1377088929-23694-1-git-send-email-johannes.thumshirn@men.de> In-Reply-To: <1377088929-23694-1-git-send-email-johannes.thumshirn@men.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org To: Johannes Thumshirn Cc: Rob Landley , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , 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: On 08/21/2013 06:42 AM, Johannes Thumshirn wrote: > 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. The rename sounds fine, so that part, Acked-by: Stephen Warren However, the binding itself doesn't look right; it appears to have a single "gpios" property rather than using separate named xxx-gpios properties for different things...