From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751654AbcGRQfH (ORCPT ); Mon, 18 Jul 2016 12:35:07 -0400 Received: from mail-it0-f41.google.com ([209.85.214.41]:38457 "EHLO mail-it0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751455AbcGRQfE (ORCPT ); Mon, 18 Jul 2016 12:35:04 -0400 Subject: Re: [PATCH v3 1/2] dt-bindings: Update iProc GPIO bindings To: Rob Herring References: <1468345158-17676-1-git-send-email-ray.jui@broadcom.com> <1468345158-17676-2-git-send-email-ray.jui@broadcom.com> <20160716212028.GA6320@rob-hp-laptop> Cc: Linus Walleij , Alexandre Courbot , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org From: Ray Jui Message-ID: <6b936343-e4ab-c085-b33c-21ae90732937@broadcom.com> Date: Mon, 18 Jul 2016 09:34:58 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Thunderbird/47.0 MIME-Version: 1.0 In-Reply-To: <20160716212028.GA6320@rob-hp-laptop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On 7/16/2016 2:20 PM, Rob Herring wrote: > On Tue, Jul 12, 2016 at 10:39:17AM -0700, Ray Jui wrote: >> Update the iProc GPIO binding document to add new compatible strings >> "brcm,iproc-gpio-nsp" and "brcm,iproc-gpio-stingray" to support the >> iProc based GPIO controller used in the NSP and Stingray SoCs, >> respectively >> >> Signed-off-by: Ray Jui >> --- >> .../devicetree/bindings/pinctrl/brcm,iproc-gpio.txt | 18 ++++++++++++++++-- >> 1 file changed, 16 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt >> index e427792..7bd1614 100644 >> --- a/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt >> +++ b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt >> @@ -3,8 +3,22 @@ Broadcom iProc GPIO/PINCONF Controller >> Required properties: >> >> - compatible: >> - Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", >> - "brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio" >> + "brcm,iproc-gpio" for the generic iProc based GPIO controller IP that >> + supports full-featured pinctrl and GPIO functions used in various iProc >> + based SoCs >> + >> + May contain an SoC-specific compatibility string to accommodate any >> + SoC-specific features >> + >> + "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", or >> + "brcm,cygnus-crmu-gpio" for Cygnus SoCs >> + >> + "brcm,iproc-gpio-nsp" for the iProc NSP SoC that has drive strength support >> + disabled > > The typical ordering is -, so: > > iproc-nsp-gpio > >> + >> + "brcm,iproc-gpio-stingray" for the iProc Stingray SoC that has the general >> + pinctrl support completely disabled in this IP block. In Stingray, a >> + different IP block is used to handle pinctrl related functions > > iproc-stingray-gpio > > Okay, I'll fix the naming string ordering and submit patch v4. Thanks, Ray