From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758091AbbJVSlM (ORCPT ); Thu, 22 Oct 2015 14:41:12 -0400 Received: from mail.kernel.org ([198.145.29.136]:51740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757917AbbJVSlK (ORCPT ); Thu, 22 Oct 2015 14:41:10 -0400 MIME-Version: 1.0 In-Reply-To: <1445233398-27129-5-git-send-email-pramodku@broadcom.com> References: <1445233398-27129-1-git-send-email-pramodku@broadcom.com> <1445233398-27129-5-git-send-email-pramodku@broadcom.com> From: Rob Herring Date: Thu, 22 Oct 2015 13:40:46 -0500 Message-ID: Subject: Re: [PATCH 04/11] dt-binding: Add new compatible string for gpio controller driver To: Pramod Kumar Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ray Jui , Scott Branden , Russell King , Linus Walleij , "linux-gpio@vger.kernel.org" , BCM Kernel Feedback , Jason Uy , Masahiro Yamada , Thomas Gleixner , Laurent Pinchart , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Jonas Gorski Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 19, 2015 at 12:43 AM, Pramod Kumar wrote: > This new compatible string, "brcm,iproc-gpio", should be used for > all new iproc-based future SoCs. Can't predict the future and crazy whims of hardware designers. This is fine for matching, but you should also have a SOC specific string. > Signed-off-by: Pramod Kumar > Reviewed-by: Ray Jui > Reviewed-by: Scott Branden > --- > Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > index 25a5002..f92b833 100644 > --- a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > +++ b/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > @@ -3,8 +3,8 @@ Broadcom Cygnus GPIO/PINCONF Controller > Required properties: > > - compatible: > - Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", or > - "brcm,cygnus-crmu-gpio" > + Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", > +"brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio" > > - reg: > Define the base and range of the I/O address space that contains the Cygnus > -- > 1.9.1 >