Skip to content

Commit

Permalink
dt-bindings: mfd: rn5t618: Document optional property system-power-co…
Browse files Browse the repository at this point in the history
…ntroller

The RN5T618 family of PMICs can be used as system management
controllers, in which case they handle poweroff and restart. Document
this capability by referring to the corresponding generic DT binding.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
neuschaefer authored and Lee Jones committed Aug 12, 2019
1 parent cbfe612 commit ed07545
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devicetree/bindings/mfd/rn5t618.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Required properties:
"ricoh,rc5t619"
- reg: the I2C slave address of the device

Optional properties:
- system-power-controller:
See Documentation/devicetree/bindings/power/power-controller.txt

Sub-nodes:
- regulators: the node is required if the regulator functionality is
needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, DCDC4
Expand All @@ -28,6 +32,7 @@ Example:
pmic@32 {
compatible = "ricoh,rn5t618";
reg = <0x32>;
system-power-controller;

regulators {
DCDC1 {
Expand Down

0 comments on commit ed07545

Please sign in to comment.