Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933464AbaDINvf (ORCPT ); Wed, 9 Apr 2014 09:51:35 -0400 Received: from top.free-electrons.com ([176.31.233.9]:60835 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933148AbaDINv3 (ORCPT ); Wed, 9 Apr 2014 09:51:29 -0400 From: Boris BREZILLON To: Randy Dunlap , Maxime Ripard , =?UTF-8?q?Emilio=20L=C3=B3pez?= , Mike Turquette , Linus Walleij Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Boris BREZILLON Subject: [PATCH 02/15] ARM: sunxi: dt: document pinctrl clock related properties Date: Wed, 9 Apr 2014 15:51:05 +0200 Message-Id: <1397051478-4113-3-git-send-email-boris.brezillon@free-electrons.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1397051478-4113-1-git-send-email-boris.brezillon@free-electrons.com> References: <1397051478-4113-1-git-send-email-boris.brezillon@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document clocks and clock-names properties for the pinctrl driver. Signed-off-by: Boris BREZILLON --- Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt index 0e7e9a1..b3e5c30 100644 --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt @@ -15,6 +15,10 @@ Required properties: "allwinner,sun7i-a20-pinctrl" - reg: Should contain the register physical address and length for the pin controller. +- clocks: Should contain a list of gate clk needed by the pin controller +- clock-names: Should at least contain "pio_clk" which is used by the + base pin controller. In case of sun6i-a31 SoC, this property should + also contain the "pioL_clk" string. Please refer to pinctrl-bindings.txt in this directory for details of the common pinctrl bindings used by client devices. -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/