From patchwork Mon Jun 16 14:57:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 4360091 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0E7A1BEEAA for ; Mon, 16 Jun 2014 15:19:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EC9042018B for ; Mon, 16 Jun 2014 15:19:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DF3622017D for ; Mon, 16 Jun 2014 15:19:09 +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 1WwYPB-0004xT-PD; Mon, 16 Jun 2014 15:01:05 +0000 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WwYOl-0004mW-KG for linux-arm-kernel@lists.infradead.org; Mon, 16 Jun 2014 15:00:42 +0000 Received: by mail-wi0-f178.google.com with SMTP id n15so4241352wiw.11 for ; Mon, 16 Jun 2014 08:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mCn3wteFsDnPKTunRJRCNAMK8/sl+n6zokGNyw1E0zY=; b=Z6BOfCMWZiYB0SQlmhug+MfS/PEA/BcbUAikSpLRS6xaAMZtTJyjze6iLpCS5Bh3En RzGkUOm395EtZjUymeP99dEzBnhPq02Wd1odLRPP5yuChyiexojqyvrtcElmdzvy8eND 8ckIBZneUTcdY+YYuAN4Bn5aHEthTc+yJkEe5SfL7uR2jEth3oBvIxS6v4+BqzDxcTtC vIKG1Ei4rWW9cnqSwqt/6BHMdxygO6cA6SP9C/pkOyuceJamM/DFvfeXyfeK58RJcZK7 bKn7tDId1rmo4MPDNc8OMtwtg1bCYMsERWT4cH6z/a+zmPDxNg/XaNg+mF1GCFs1Vmi/ h1ZQ== X-Received: by 10.180.90.242 with SMTP id bz18mr28715088wib.12.1402930817204; Mon, 16 Jun 2014 08:00:17 -0700 (PDT) Received: from localhost (port-51576.pppoe.wtnet.de. [46.59.202.27]) by mx.google.com with ESMTPSA id d43sm34435896eep.0.2014.06.16.08.00.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Jun 2014 08:00:16 -0700 (PDT) From: Thierry Reding To: Linus Walleij Subject: [PATCH v3 4/4] ARM: tegra: jetson-tk1: Add XUSB pad controller Date: Mon, 16 Jun 2014 16:57:03 +0200 Message-Id: <1402930623-28886-4-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1402930623-28886-1-git-send-email-thierry.reding@gmail.com> References: <1402930623-28886-1-git-send-email-thierry.reding@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140616_080039_864206_C3682E0D X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Andrew Bresticker , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Thierry Reding Assign lanes to the XUSB pads as used on the Jetson TK1. Signed-off-by: Thierry Reding --- arch/arm/boot/dts/tegra124-jetson-tk1.dts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts index e31fb61a81d3..38d30877057c 100644 --- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts @@ -1619,6 +1619,32 @@ nvidia,sys-clock-req-active-high; }; + padctl@0,7009f000 { + pinctrl-0 = <&padctl_default>; + pinctrl-names = "default"; + + padctl_default: pinmux { + usb3 { + nvidia,lanes = "pcie-0", "pcie-1"; + nvidia,function = "usb3"; + nvidia,iddq = <0>; + }; + + pcie { + nvidia,lanes = "pcie-2", "pcie-3", + "pcie-4"; + nvidia,function = "pcie"; + nvidia,iddq = <0>; + }; + + sata { + nvidia,lanes = "sata-0"; + nvidia,function = "sata"; + nvidia,iddq = <0>; + }; + }; + }; + /* SD card */ sdhci@0,700b0400 { status = "okay";