]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: power: reset: Document ocelot-reset binding
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 16 Jan 2018 10:12:34 +0000 (11:12 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 12 Feb 2018 10:23:46 +0000 (11:23 +0100)
Add binding documentation for the Microsemi Ocelot reset block.

Cc: devicetree@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Documentation/devicetree/bindings/power/reset/ocelot-reset.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt b/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
new file mode 100644 (file)
index 0000000..1b4213e
--- /dev/null
@@ -0,0 +1,14 @@
+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:
+       reset@1070008 {
+               compatible = "mscc,ocelot-chip-reset";
+               reg = <0x1070008 0x4>;
+       };
+