From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934542AbbIVT7F (ORCPT ); Tue, 22 Sep 2015 15:59:05 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:51944 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934409AbbIVT7B (ORCPT ); Tue, 22 Sep 2015 15:59:01 -0400 Subject: Re: [PATCH 1/3] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC To: Lee Jones References: <1442339861-30300-1-git-send-email-afd@ti.com> <1442339861-30300-2-git-send-email-afd@ti.com> <20150920041630.GE3039@x1> <56003101.50107@ti.com> <20150921230725.GB11284@x1> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Samuel Ortiz , Liam Girdwood , Mark Brown , , , From: "Andrew F. Davis" Message-ID: <5601B2F4.6090706@ti.com> Date: Tue, 22 Sep 2015 14:58:44 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150921230725.GB11284@x1> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/21/2015 06:07 PM, Lee Jones wrote: > On Mon, 21 Sep 2015, Andrew F. Davis wrote: >> On 09/19/2015 11:16 PM, Lee Jones wrote: >>> On Tue, 15 Sep 2015, Andrew F. Davis wrote: >>> >>>> The TPS65912 PMIC contains several regulators and a GPIO controller. >>>> Add bindings for the TPS65912 PMIC. >>>> >>>> Signed-off-by: Andrew F. Davis >>>> --- >>>> .../devicetree/bindings/gpio/gpio-tps65912.txt | 17 +++++++++ >>>> Documentation/devicetree/bindings/mfd/tps65912.txt | 43 ++++++++++++++++++++++ >>>> .../bindings/regulator/tps65912-regulator.txt | 32 ++++++++++++++++ >>>> 3 files changed, 92 insertions(+) >>>> create mode 100644 Documentation/devicetree/bindings/gpio/gpio-tps65912.txt >>>> create mode 100644 Documentation/devicetree/bindings/mfd/tps65912.txt >>>> create mode 100644 Documentation/devicetree/bindings/regulator/tps65912-regulator.txt > > [...] > >>>> +Optional nodes: >>>> + - Regulators: Documentation/devicetree/bindings/regulator/tps65912-regulator.txt >>>> + - GPIO: Documentation/devicetree/bindings/gpio/gpio-tps65912.txt. >>> >>> Better to use ../gpio, ../regulator, etc. >>> >>> "Regulators" and "GPIO" aren't valid node names. >>> >>> Please be more specific. >>> >> >> OK, I'll see if I can clear this up. > > [...] > >>>> +Optional properties: >>>> + - Any optional property defined in bindings/regulator/regulator.txt >>> >>> ../regulator/... >>> >> >> Not really sure what you mean here? > > Same as above. Use "../regulator/regulator.txt" instead. > Oh, I see, fixed.