Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543546
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] doc: DT: add new compatible to fixed regulator's binding |
| Date | 2016-12-16 17:00 +0100 |
| Message-ID | <sP35n-5AA-21@gated-at.bofh.it> (permalink) |
| References | <sP35n-5AA-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Extend the fixed regulator's device tree bindings with a new compatible describing GPIO-driven power load switches. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> --- 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] regulator: add support for GPIO power load switches Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-16 17:00 +0100
[PATCH 2/3] doc: DT: add new compatible to fixed regulator's binding Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-16 17:00 +0100
Re: [PATCH 2/3] doc: DT: add new compatible to fixed regulator's binding Rob Herring <robh@kernel.org> - 2016-12-21 04:50 +0100
[PATCH 3/3] regulator: fixed: add support for gpio power switches Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-16 17:00 +0100
Re: [PATCH 3/3] regulator: fixed: add support for gpio power switches Mark Brown <broonie@kernel.org> - 2016-12-16 19:20 +0100
[PATCH 1/3] regulator: add support for user space controlled regulators Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-16 17:00 +0100
Re: [PATCH 1/3] regulator: add support for user space controlled regulators Mark Brown <broonie@kernel.org> - 2016-12-16 19:20 +0100
csiph-web