diff mbox series

[v2,2/4] dt-bindings: power: Add new da9063 sysreset subdevice bindings

Message ID 20210924084231.3311216-3-alexandre.ghiti@canonical.com
State Superseded
Delegated to: Andes
Headers show
Series Add reset support to HiFive Unmatched | expand

Commit Message

Alexandre Ghiti Sept. 24, 2021, 8:42 a.m. UTC
The sysreset driver for the da9063 will need some new bindings: add
them now to the device documentation.

Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
---
 doc/device-tree-bindings/power/da9063.txt | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/doc/device-tree-bindings/power/da9063.txt b/doc/device-tree-bindings/power/da9063.txt
index 30873ca360..29e8e44be4 100644
--- a/doc/device-tree-bindings/power/da9063.txt
+++ b/doc/device-tree-bindings/power/da9063.txt
@@ -5,6 +5,7 @@  DA9063 consists of the following sub-devices (I2C Only):
 Device                   Supply Names    Description
 ------                   ------------    -----------
 da9063-regulator        :               : LDOs & BUCKs
+da9063-reset            :               : Reset
 
 ======
 
@@ -37,12 +38,17 @@  Sub-nodes:
     ldo10     : LDO_10	(DA9063 only)
     ldo11     : LDO_11
 
+- reset : This node defines the reset settings controlled by the device.
+
 Example:
 
 	pmic0: da9063@58 {
 		compatible = "dlg,da9063"
 		reg = <0x58>;
 
+		reset {
+		};
+
 		regulators {
 			DA9063_BCORE1: bcore1 {
 				regulator-name = "BCORE1";