X-Message-Id: -8-alexandre.belloni@free-electrons.com X-Reference: -1-alexandre.belloni@free-electrons.com [PATCH v2 07/13] dt-bindings: power: reset: Document ocelot-reset bindin
linux-mips
[Top] [All Lists]

[PATCH v2 07/13] dt-bindings: power: reset: Document ocelot-reset bindin

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


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH v2 07/13] dt-bindings: power: reset: Document ocelot-reset binding, Alexandre Belloni <=
  • [PATCH v2 08/13] power: reset: Add a driver for the Microsemi Ocelot reset, Alexandre Belloni
  • [PATCH v2 10/13] MIPS: mscc: add ocelot dtsi, Alexandre Belloni
  • [PATCH v2 12/13] MIPS: defconfigs: add a defconfig for Microsemi SoCs, Alexandre Belloni
  • [PATCH v2 13/13] MAINTAINERS: Add entry for Microsemi MIPS SoCs, Alexandre Belloni