This adds the device tree bindings for the Versatile reset driver. Cc: devicetree@xxxxxxxxxxxxxxx Cc: Sebastian Reichel <sre@xxxxxxxxxx> Cc: Dmitry Eremin-Solenikov <dbaryshkov@xxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> --- .../devicetree/bindings/reset/arm-versatile-reboot.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt diff --git a/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt b/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt new file mode 100644 index 000000000000..fabb6cddf333 --- /dev/null +++ b/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt @@ -0,0 +1,18 @@ +ARM Versatile Family Reboot bindings + +Required nodes: + +- compatible: must be one of these to identify the system: + "arm,realview-eb-reboot" + "arm,realview-pb1176-reboot" + "arm,realview-pb11mp-reboot" + "arm,realview-pba8-reboot" + "arm,realview-pbx-reboot" +- regmap : a phandle to a syscon node containing a regmap + +Example: + +reboot: reboot@0x40 { + compatible = "arm,realview-pb1176-reboot"; + regmap = <&syscon>; +}; -- 1.9.3 -- 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