From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: [PATCH 1/2] dt-bindings: pinctrl: meson: Add drive-strength property Date: Thu, 14 Mar 2019 17:37:24 +0100 Message-ID: <20190314163725.7918-2-jbrunet@baylibre.com> References: <20190314163725.7918-1-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190314163725.7918-1-jbrunet@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij , Kevin Hilman Cc: Guillaume La Roque , devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Jerome Brunet List-Id: devicetree@vger.kernel.org From: Guillaume La Roque Add optional drive-strength property Signed-off-by: Guillaume La Roque Signed-off-by: Jerome Brunet --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt index a47dd990a8d3..4e3d5a27c91c 100644 --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt @@ -51,6 +51,9 @@ Configuration nodes support the generic properties "bias-disable", "bias-pull-up" and "bias-pull-down", described in file pinctrl-bindings.txt +Optional properties : + - drive-strength: Drive strength for the specified pins in uA. + === Example === pinctrl: pinctrl@c1109880 { -- 2.20.1