From: Rob Herring <rob.herr...@calxeda.com>

Add bindings for Calxeda system registers. "calxeda,hb-sregs" has been in
use by the kernel for some time, but has been undocumented. Add the
missing documentation and add the new compatible string for ECX-3000
series.

Signed-off-by: Rob Herring <rob.herr...@calxeda.com>
Cc: Mike Turquette <mturque...@linaro.org>
Cc: Pawel Moll <pawel.m...@arm.com>
Cc: Mark Rutland <mark.rutl...@arm.com>
Cc: Ian Campbell <ijc+devicet...@hellion.org.uk>
---
 Documentation/devicetree/bindings/arm/calxeda/sregs.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/calxeda/sregs.txt

diff --git a/Documentation/devicetree/bindings/arm/calxeda/sregs.txt 
b/Documentation/devicetree/bindings/arm/calxeda/sregs.txt
new file mode 100644
index 0000000..d78e176
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/calxeda/sregs.txt
@@ -0,0 +1,17 @@
+Calxeda System Registers
+
+Properties:
+- compatible : Should be one of:
+       "calxeda,hb-sregs"
+       "calxeda,ecx-3000-sregs"
+- reg : Address and size for SREGs registers.
+
+Subnodes:
+Clocks are specified under "clocks" subnode.
+
+Example:
+
+       sregs@fff3c000 {
+               compatible = "calxeda,hb-sregs";
+               reg = <0xfff3c000 0x1000>;
+       };
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to