Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933560AbaDINxd (ORCPT ); Wed, 9 Apr 2014 09:53:33 -0400 Received: from top.free-electrons.com ([176.31.233.9]:60878 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933474AbaDINvi (ORCPT ); Wed, 9 Apr 2014 09:51:38 -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 15/15] ARM: sunxi: dt: add support for A31's PL pins Date: Wed, 9 Apr 2014 15:51:18 +0200 Message-Id: <1397051478-4113-16-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 The A31 SoC control its PL pins using a different memory, and needs both a new gate clk and a reset line to enable these PL port. Signed-off-by: Boris BREZILLON --- arch/arm/boot/dts/sun6i-a31.dtsi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index ed9c2c1..90b3a25 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -210,13 +210,17 @@ pio: pinctrl@01c20800 { compatible = "allwinner,sun6i-a31-pinctrl"; - reg = <0x01c20800 0x400>; + reg = <0x01c20800 0x400>, + <0x01f02c00 0x400>; interrupts = <0 11 4>, <0 15 4>, <0 16 4>, <0 17 4>; - clocks = <&apb1_gates 5>; - clock-names = "pio_clk"; + clocks = <&apb1_gates 5>, + <&apb0_gates 0>; + clock-names = "pio_clk", "pioL_clk"; + resets = <&apb0_rst 0>; + gpio-controller; interrupt-controller; #address-cells = <1>; -- 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/