From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v2 1/3] dt-bindings: pinctrl: qcom: Document missing gpio nodes Date: Wed, 3 Jul 2019 00:17:55 -0700 Message-ID: <20190703071755.GG12249@tuxbook-pro> References: <20190702105045.27646-1-vkoul@kernel.org> <20190702105045.27646-2-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190702105045.27646-2-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Vinod Koul Cc: Linus Walleij , linux-arm-msm@vger.kernel.org, Andy Gross , Rob Herring , Mark Rutland , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue 02 Jul 03:50 PDT 2019, Vinod Koul wrote: > The bindings for msm8998-pinctrl was missing gpio-ranges and > gpio-reserved-ranges, so document them as well > > Signed-off-by: Vinod Koul Reviewed-by: Bjorn Andersson > --- > .../bindings/pinctrl/qcom,msm8998-pinctrl.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt > index e70c79bbbc5b..280af41eb86e 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt > @@ -40,6 +40,14 @@ MSM8998 platform. > Definition: must be 2. Specifying the pin number and flags, as defined > in > > +- gpio-ranges: > + Usage: required > + Definition: see ../gpio/gpio.txt > + > +- gpio-reserved-ranges: > + Usage: optional > + Definition: see ../gpio/gpio.txt > + > Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for > a general description of GPIO and interrupt bindings. > > @@ -175,6 +183,8 @@ Example: > interrupts = <0 208 0>; > gpio-controller; > #gpio-cells = <2>; > + gpio-ranges = <&tlmm 0 0 175>; > + gpio-reserved-ranges = <0 4>, <81 4>; > interrupt-controller; > #interrupt-cells = <2>; > > -- > 2.20.1 >