From patchwork Thu Jun 9 15:26:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 9167321 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F0313604DB for ; Thu, 9 Jun 2016 15:28:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E2F6E28342 for ; Thu, 9 Jun 2016 15:28:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D81632835A; Thu, 9 Jun 2016 15:28:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=2.0 tests=BAYES_00,FSL_HELO_HOME, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9C18B28342 for ; Thu, 9 Jun 2016 15:28:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1bB1rL-0001Yt-CK; Thu, 09 Jun 2016 15:27:03 +0000 Received: from mail-oi0-f68.google.com ([209.85.218.68]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bB1r1-0001OL-QM for linux-arm-kernel@lists.infradead.org; Thu, 09 Jun 2016 15:26:45 +0000 Received: by mail-oi0-f68.google.com with SMTP id r4so8050029oib.1 for ; Thu, 09 Jun 2016 08:26:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GWxQUGfIPNkZWh8CiOPo4ZO1G8Kwv+TpZoI5k3tek/4=; b=hU/JDu4wZ+p3CnhnzquCTMf0OrcpjSkT4Th8+fvhfIrPxgOqUbch11WxCMfs7qT1gV 3SFifygpRlUVm9HCNnrlkNN5Q5BTpPVOMQAGh6VeLfUKMstBlmW1Cz9GIdteImDmBgzy 8e/vGl+jlwba91a+cjaMD+xixq+q16GKa2gdT1JjK9lt9Q0iExrJwfgavQ2rtd9HiVil Jg7273V0IRRT+aTKpIjWw26Aenf0WcsMC5tIlquRue2UoHq/FDUhGlF/FZ4Pvpb0QfhL 6u81QMJlyNU1ejy7XkL19/wOt4A0N3LlWdhQqlJByP5k6ZBZeSM/x/1w4IXI/DM3mRls DAkA== X-Gm-Message-State: ALyK8tJ8ScrvxxYv0PpoPSu99gblDT/9kQH4TDpKRsay4PS2YrJa1F+KG/J2rl3jfIjNrA== X-Received: by 10.157.6.12 with SMTP id 12mr6337274otn.178.1465485983040; Thu, 09 Jun 2016 08:26:23 -0700 (PDT) Received: from beast-server.fios-router.home ([108.19.212.211]) by smtp.gmail.com with ESMTPSA id j7sm3063067otc.13.2016.06.09.08.26.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jun 2016 08:26:22 -0700 (PDT) From: Franklin S Cooper Jr To: ssantosh@kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/3] ARM: dts: k2g: Add pinctrl support Date: Thu, 9 Jun 2016 10:26:16 -0500 Message-Id: <1465485978-27910-2-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1465485978-27910-1-git-send-email-fcooper@ti.com> References: <1465485978-27910-1-git-send-email-fcooper@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160609_082644_034004_E27A2636 X-CRM114-Status: UNSURE ( 8.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lokesh Vutla , Franklin S Cooper Jr , Vitaly Andrianov , Dave Gerlach MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Vitaly Andrianov Add pinctrl support. Signed-off-by: Vitaly Andrianov Signed-off-by: Franklin S Cooper Jr Signed-off-by: Lokesh Vutla Signed-off-by: Dave Gerlach --- arch/arm/boot/dts/keystone-k2g.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index 7ff2796..b99e879 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -75,6 +75,13 @@ ranges = <0x0 0x0 0x0 0xc0000000>; dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>; + k2g_pinctrl: pinmux@02621000 { + compatible = "pinctrl-single"; + reg = <0x02621000 0x410>; + pinctrl-single,register-width = <32>; + pinctrl-single,function-mask = <0x001b0007>; + }; + uart0: serial@02530c00 { compatible = "ns16550a"; current-speed = <115200>;