From patchwork Wed Jun 4 15:16:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 4295061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B328C9F1D6 for ; Wed, 4 Jun 2014 15:22:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D7E8A201DE for ; Wed, 4 Jun 2014 15:22:20 +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 23F58200F3 for ; Wed, 4 Jun 2014 15:22:20 +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 1WsCz5-0003XG-Li; Wed, 04 Jun 2014 15:20:11 +0000 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WsCyc-0002I2-0g for linux-arm-kernel@lists.infradead.org; Wed, 04 Jun 2014 15:19:43 +0000 Received: by mail-wg0-f46.google.com with SMTP id n12so8505015wgh.17 for ; Wed, 04 Jun 2014 08:19:19 -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=eax+RFSKOQLfmc0nDw5A6lYTHJj1srV5VJEPVkzGvtwBKn1v73NaYEUw9SxaPlCHke ZNDa80qfJoyYg1JDBWZTpfoB0/HU5Urid3H2PCSezp4jolMcG5mPlawQk3v2aLKcQ8Gn BUO9Ga+88rULdPqSE4bi3tRNPOY5xIvTWi/AdNF0xrD9OHqDsgm1lXgyJ+j+rql/oGqS QXwKsGxAWlj5OKrQYXmuJhLb/WEwbTJoUMdoti74cRFqzZ/TcWoTrmlPfdtKL1t7xn4o 7YwQSZW4xs8K4JPSPJwtRBKtKdhRjfkU+/myWxy6/DfPCdMFytvPJ5hpnRXOA9i8YfoS yZsw== X-Received: by 10.15.27.194 with SMTP id p42mr2242525eeu.76.1401895159896; Wed, 04 Jun 2014 08:19:19 -0700 (PDT) Received: from localhost (port-49449.pppoe.wtnet.de. [46.59.193.195]) by mx.google.com with ESMTPSA id w9sm6481120eev.4.2014.06.04.08.19.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 08:19:19 -0700 (PDT) From: Thierry Reding To: Linus Walleij , Stephen Warren Subject: [PATCH 4/4] ARM: tegra: jetson-tk1: Add XUSB pad controller Date: Wed, 4 Jun 2014 17:16:30 +0200 Message-Id: <1401894990-30092-4-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1401894990-30092-1-git-send-email-thierry.reding@gmail.com> References: <1401894990-30092-1-git-send-email-thierry.reding@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140604_081942_298041_14C8A1C5 X-CRM114-Status: UNSURE ( 9.66 ) 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.15 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";