Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752574AbbEKPCd (ORCPT ); Mon, 11 May 2015 11:02:33 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:36138 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754567AbbEKPC3 (ORCPT ); Mon, 11 May 2015 11:02:29 -0400 From: Andrey Skvortsov To: Nishanth Menon , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Andrey Skvortsov Subject: [PATCH v2] ARM: dts: add core2 padconf region for am3517 Date: Mon, 11 May 2015 18:02:13 +0300 Message-Id: <1431356533-7737-1-git-send-email-andrej.skvortzov@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <554FF488.5090805@ti.com> References: <554FF488.5090805@ti.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 50 According to the technical reference manual for AM35xx system controller module (SCM) PADCONFS core registers are divided in two regions: 0x48002030..0x48002268 and 0x480025D8..0x480025FC. First region is the same for all omap3 SoC and is described in omap3.dtsi. The second region is the same as in omap34xx and omap35xx. The patch adds missing description for the second region. This patch was tested on AM3517. Signed-off-by: Andrey Skvortsov --- v2: move omap3_pmx_core2 under l4_core -> scm arch/arm/boot/dts/am3517.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index f164dce..99b322e 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -63,6 +63,20 @@ }; }; +&scm { + omap3_pmx_core2: pinmux@05D8 { + compatible = "ti,omap3-padconf", + "pinctrl-single"; + reg = <0x05D8 0x24>; + #address-cells = <1>; + #size-cells = <0>; + #interrupt-cells = <1>; + interrupt-controller; + pinctrl-single,register-width = <16>; + pinctrl-single,function-mask = <0xff1f>; + }; +}; + &iva { status = "disabled"; }; -- 2.1.4 -- 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/