From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761957AbcLPPxR (ORCPT ); Fri, 16 Dec 2016 10:53:17 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:35486 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761887AbcLPPxA (ORCPT ); Fri, 16 Dec 2016 10:53:00 -0500 From: Bartosz Golaszewski To: Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Kevin Hilman , Patrick Titiano , Neil Armstrong , 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> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1481903550-3582-1-git-send-email-bgolaszewski@baylibre.com> References: <1481903550-3582-1-git-send-email-bgolaszewski@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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