From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752458AbcCBHJX (ORCPT ); Wed, 2 Mar 2016 02:09:23 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:4183 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbcCBHJV (ORCPT ); Wed, 2 Mar 2016 02:09:21 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 01 Mar 2016 23:09:00 -0800 From: Laxman Dewangan To: , , , , CC: , , Laxman Dewangan Subject: [PATCH V2 1/4] regulator: DT: Add DT property for active-discharge configuration Date: Wed, 2 Mar 2016 12:26:34 +0530 Message-ID: <1456901797-21340-2-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1456901797-21340-1-git-send-email-ldewangan@nvidia.com> References: <1456901797-21340-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add common DT property for regulator node to support of active discharge enable/disable configuration of regulator. Signed-off-by: Laxman Dewangan --- Changes from V1: None Documentation/devicetree/bindings/regulator/regulator.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index 1d112fc..ecfc593 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -44,6 +44,11 @@ Optional properties: any consumer request. - regulator-pull-down: Enable pull down resistor when the regulator is disabled. - regulator-over-current-protection: Enable over current protection. +- regulator-active-discharge: tristate, enable/disable active discharge of + regulators. The values are: + 0: Disable active discharge. + 1: Enable active discharge. + Absence of this property will leave configuration to default. Deprecated properties: - regulator-compatible: If a regulator chip contains multiple -- 2.1.4