From: Rob Herring <rob.herring@xxxxxxxxxxx> 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.herring@xxxxxxxxxxx> Cc: Mike Turquette <mturquette@xxxxxxxxxx> Cc: Pawel Moll <pawel.moll@xxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Cc: Ian Campbell <ijc+devicetree@xxxxxxxxxxxxxx> --- 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 devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html