From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754278AbcJICfP (ORCPT ); Sat, 8 Oct 2016 22:35:15 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36849 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075AbcJICfO (ORCPT ); Sat, 8 Oct 2016 22:35:14 -0400 Date: Sat, 8 Oct 2016 20:29:24 -0500 From: Rob Herring To: Neil Armstrong Cc: linus.walleij@linaro.org, gnurou@gmail.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-oxnas@lists.tuxfamily.org, devicetree@vger.kernel.org Subject: Re: [PATCH 3/3] dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support Message-ID: <20161009012924.GU18158@rob-hp-laptop> References: <20161004134148.23028-1-narmstrong@baylibre.com> <20161004134148.23028-4-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161004134148.23028-4-narmstrong@baylibre.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 04, 2016 at 03:41:48PM +0200, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong > --- > Documentation/devicetree/bindings/gpio/gpio_oxnas.txt | 2 +- > Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt b/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt > index 928ed4f..9665147 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt > @@ -3,7 +3,7 @@ > Please refer to gpio.txt for generic information regarding GPIO bindings. > > Required properties: > - - compatible: "oxsemi,ox810se-gpio" > + - compatible: "oxsemi,ox810se-gpio" or "oxsemi,ox820-gpio" It is preferred to have one per line, but it's fine unless you respin the series. Acked-by: Rob Herring