From patchwork Tue Jun 10 11:11:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 4328491 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 EF546BEEAA for ; Tue, 10 Jun 2014 11:17:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 21847202B8 for ; Tue, 10 Jun 2014 11:17:46 +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 4ADFC202A1 for ; Tue, 10 Jun 2014 11:17:45 +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 1WuK1e-0001TK-G0; Tue, 10 Jun 2014 11:15:34 +0000 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WuK1N-0000Gy-91 for linux-arm-kernel@lists.infradead.org; Tue, 10 Jun 2014 11:15:17 +0000 Received: by mail-wi0-f173.google.com with SMTP id cc10so1526946wib.0 for ; Tue, 10 Jun 2014 04:14:54 -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=egtzjbsbwqE7dmZEizKPXFKQX4wsMQVH7XXigsCuQ8YF0UvVI82Z+OyY4oCUq2UlCk En3TN3F4sX6rXetJyzSikquNJ/Dwd5Hc9vVVHjmNXm5BsA+0LTwz7M6pc8xsXghGBwcN E0gm6uOPKAECzXm66nUA/WSrcf8WdwkJYCGE31Q1Gud/TxphNQIlM6X/GYsGH4om69/D C+meBiRpHdg2lU/9xonOv5qYFkoIEABhHqvv5LnksXKIh85T/+Q8mGJAwqrjVLFmJfQA CPclr4cfLmL+GcxPhw7VbQyjVs9dvScTyv1PwuDKX7wiViHISO4+MFR5oun1SrVD6y7Z 2O2g== X-Received: by 10.180.107.97 with SMTP id hb1mr37448683wib.20.1402398894021; Tue, 10 Jun 2014 04:14:54 -0700 (PDT) Received: from localhost (port-15344.pppoe.wtnet.de. [84.46.60.44]) by mx.google.com with ESMTPSA id fh5sm20199179wic.9.2014.06.10.04.14.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 04:14:53 -0700 (PDT) From: Thierry Reding To: Linus Walleij , Stephen Warren Subject: [PATCH v2 4/4] ARM: tegra: jetson-tk1: Add XUSB pad controller Date: Tue, 10 Jun 2014 13:11:48 +0200 Message-Id: <1402398708-10722-4-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1402398708-10722-1-git-send-email-thierry.reding@gmail.com> References: <1402398708-10722-1-git-send-email-thierry.reding@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140610_041517_470386_ED9F2052 X-CRM114-Status: UNSURE ( 9.51 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , Andrew Bresticker , linux-kernel@vger.kernel.org, Rob Herring , Kumar Gala , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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.4 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";