From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:57606 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139Ab3HEWFQ (ORCPT ); Mon, 5 Aug 2013 18:05:16 -0400 From: Stephen Warren Subject: [PATCH 2/2] pinctrl: add generic pins and functions properties Date: Mon, 5 Aug 2013 15:56:00 -0600 Message-Id: <1375739760-18833-2-git-send-email-swarren@wwwdotorg.org> In-Reply-To: <1375739760-18833-1-git-send-email-swarren@wwwdotorg.org> References: <1375739760-18833-1-git-send-email-swarren@wwwdotorg.org> Sender: devicetree-owner@vger.kernel.org To: Linus Walleij Cc: Pawel Moll , Rob Herring , Ian Campbell , Mark Rutland , Laxman Dewangan , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Warren List-ID: From: Stephen Warren pinctrl bindings can benefit from generic property names that define which pins a "pin configuration node" affects, and which mux function to select onto those pins. Document new properties for this purpose so that other bindings may refer to them. Signed-off-by: Stephen Warren --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt index 31b0cb9..237823a 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt @@ -138,6 +138,9 @@ structure of the DT nodes that contain these properties. Supported generic properties are: +pins - the list of pins that properties in the node + apply to +function - the mux function to select bias-disable - disable any pin bias bias-high-impedance - high impedance mode ("third-state", "floating") bias-bus-hold - latch weakly -- 1.8.1.5