From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297AbcCGSFz (ORCPT ); Mon, 7 Mar 2016 13:05:55 -0500 Received: from gloria.sntech.de ([95.129.55.99]:57065 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236AbcCGSFr convert rfc822-to-8bit (ORCPT ); Mon, 7 Mar 2016 13:05:47 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-rockchip@lists.infradead.org Cc: Andreas =?ISO-8859-1?Q?F=E4rber?= , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Pawel Moll , Ian Campbell , Julien Chauveau , open list , Rob Herring , Kumar Gala Subject: Re: [PATCH v3 4/8] Documentation: devicetree: Clean up gpio-keys example Date: Mon, 07 Mar 2016 19:05:39 +0100 Message-ID: <15855134.NAdvd5CP0M@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1457294038-14243-5-git-send-email-afaerber@suse.de> References: <1457294038-14243-1-git-send-email-afaerber@suse.de> <1457294038-14243-5-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Sonntag, 6. März 2016, 20:53:53 schrieb Andreas Färber: > Drop #address-cells and #size-cells, which are not required by the > gpio-keys binding documentation, as button sub-nodes are not devices. > > Reported-by: Julien Chauveau > Signed-off-by: Andreas Färber > --- changes to input-device bindings should go through the input tree, and thus include Dmitry Thorokhov and the linux-input lists. Heiko > v3: New (Julien) > > Documentation/devicetree/bindings/input/gpio-keys.txt | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/input/gpio-keys.txt > b/Documentation/devicetree/bindings/input/gpio-keys.txt index > 21641236c095..1552a11f6786 100644 > --- a/Documentation/devicetree/bindings/input/gpio-keys.txt > +++ b/Documentation/devicetree/bindings/input/gpio-keys.txt > @@ -34,8 +34,6 @@ Example nodes: > > gpio_keys { > compatible = "gpio-keys"; > - #address-cells = <1>; > - #size-cells = <0>; > autorepeat; > button@21 { > label = "GPIO Key UP";