From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH 4/6] power: reset: DT bindings for the Versatile reset driver Date: Fri, 25 Jul 2014 15:23:46 +0200 Message-ID: <1406294628-16079-5-git-send-email-linus.walleij@linaro.org> References: <1406294628-16079-1-git-send-email-linus.walleij@linaro.org> Return-path: In-Reply-To: <1406294628-16079-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Arnd Bergmann , Pawel Moll , Mark Rutland , Marc Zyngier , Will Deacon , Rob Herring , Linus Walleij , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse List-Id: devicetree@vger.kernel.org This adds the device tree bindings for the Versatile reset driver. Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Sebastian Reichel Cc: Dmitry Eremin-Solenikov Cc: David Woodhouse Signed-off-by: Linus Walleij --- .../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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Fri, 25 Jul 2014 15:23:46 +0200 Subject: [PATCH 4/6] power: reset: DT bindings for the Versatile reset driver In-Reply-To: <1406294628-16079-1-git-send-email-linus.walleij@linaro.org> References: <1406294628-16079-1-git-send-email-linus.walleij@linaro.org> Message-ID: <1406294628-16079-5-git-send-email-linus.walleij@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This adds the device tree bindings for the Versatile reset driver. Cc: devicetree at vger.kernel.org Cc: Sebastian Reichel Cc: Dmitry Eremin-Solenikov Cc: David Woodhouse Signed-off-by: Linus Walleij --- .../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 at 0x40 { + compatible = "arm,realview-pb1176-reboot"; + regmap = <&syscon>; +}; -- 1.9.3