2020-01-07 12:15:12

by Helmut Grohne

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: mfd: da9062 can be a system power controller

The DA9062 can be used to power off a system if it is appropriately
wired.

Signed-off-by: Helmut Grohne <[email protected]>
---
Documentation/devicetree/bindings/mfd/da9062.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt
index bc4b59de6a55..4b53a5b7147a 100644
--- a/Documentation/devicetree/bindings/mfd/da9062.txt
+++ b/Documentation/devicetree/bindings/mfd/da9062.txt
@@ -38,6 +38,10 @@ Required properties:
See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
further information on IRQ bindings.

+Optional properties:
+
+- system-power-controller
+
Sub-nodes:

- regulators : This node defines the settings for the LDOs and BUCKs.
--
2.20.1


2020-01-08 21:03:19

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: mfd: da9062 can be a system power controller

On Tue, 7 Jan 2020 13:06:15 +0100, Helmut Grohne wrote:
> The DA9062 can be used to power off a system if it is appropriately
> wired.
>
> Signed-off-by: Helmut Grohne <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/da9062.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>

Acked-by: Rob Herring <[email protected]>