X-Message-Id: -8-alexandre.belloni@free-electrons.com X-Reference: -1-alexandre.belloni@free-electrons.com
| To: | Ralf Baechle <> |
|---|---|
| Subject: | [PATCH v2 07/13] dt-bindings: power: reset: Document ocelot-reset binding |
| From: | Alexandre Belloni <> |
| Date: | Fri, 8 Dec 2017 16:46:12 +0100 |
| Cc: | , , Alexandre Belloni <>, Rob Herring <>, , Sebastian Reichel <>, |
| In-reply-to: | <-> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <> |
| List-post: | <> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <> |
| List-unsubscribe: | <> |
| Original-recipient: | rfc822; |
| References: | <-> |
| Sender: |
Add binding documentation for the Microsemi Ocelot reset block.
Cc: Rob Herring <>
Cc:
Cc: Sebastian Reichel <>
Cc:
Signed-off-by: Alexandre Belloni <>
---
.../devicetree/bindings/power/reset/ocelot-reset.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644
Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
diff --git a/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
b/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
new file mode 100644
index ..1bcf276b04cb
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
@@ -0,0 +1,17 @@
+Microsemi Ocelot reset controller
+
+The DEVCPU_GCB:CHIP_REGS have a SOFT_RST register that can be used to reset the
+SoC MIPS core.
+
+Required Properties:
+ - compatible: "mscc,ocelot-chip-reset"
+
+Example:
+ syscon@ {
+ compatible = "mscc,ocelot-chip-regs", "simple-mfd", "syscon";
+ reg = <0x71070000 0x1c>;
+
+ reset {
+ compatible = "mscc,ocelot-chip-reset";
+ };
+ };
--
2.15.1
|
| Previous by Date: | [PATCH v2 05/13] pinctrl: Add Microsemi Ocelot SoC driver, Alexandre Belloni |
|---|---|
| Next by Date: | [PATCH v2 08/13] power: reset: Add a driver for the Microsemi Ocelot reset, Alexandre Belloni |
| Previous by Thread: | Re: [PATCH v2 05/13] pinctrl: Add Microsemi Ocelot SoC driver, Alexandre Belloni |
| Next by Thread: | Re: [PATCH v2 07/13] dt-bindings: power: reset: Document ocelot-reset binding, Rob Herring |
| Indexes: | [Date] [Thread] [Top] [All Lists] |