Re: [PATCH 1/3] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC
From: Andrew F. Davis <hidden>
Date: 2015-09-22 19:59:05
Also in:
linux-gpio, lkml
On 09/21/2015 06:07 PM, Lee Jones wrote:
On Mon, 21 Sep 2015, Andrew F. Davis wrote:quoted
On 09/19/2015 11:16 PM, Lee Jones wrote:quoted
On Tue, 15 Sep 2015, Andrew F. Davis wrote:quoted
The TPS65912 PMIC contains several regulators and a GPIO controller. Add bindings for the TPS65912 PMIC. Signed-off-by: Andrew F. Davis <redacted> --- .../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[...]quoted
quoted
quoted
+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.[...]quoted
quoted
quoted
+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.