From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Subject: [PATCH 2/3] doc: DT: add new compatible to fixed regulator's binding Date: Fri, 16 Dec 2016 16:52:29 +0100 Message-ID: <1481903550-3582-3-git-send-email-bgolaszewski@baylibre.com> References: <1481903550-3582-1-git-send-email-bgolaszewski@baylibre.com> Return-path: In-Reply-To: <1481903550-3582-1-git-send-email-bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Kevin Hilman , Patrick Titiano , Neil Armstrong , Bartosz Golaszewski List-Id: devicetree@vger.kernel.org Extend the fixed regulator's device tree bindings with a new compatible describing GPIO-driven power load switches. Signed-off-by: Bartosz Golaszewski --- Documentation/devicetree/bindings/regulator/fixed-regulator.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt index 4fae41d..306931c 100644 --- a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt @@ -1,7 +1,9 @@ Fixed Voltage regulators Required properties: -- compatible: Must be "regulator-fixed"; +- compatible: + "regulator-fixed" for regular fixed-regulators + "gpio-power-switch" for gpio-driven power load switches Optional properties: - gpio: gpio to use for enable control -- 2.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