From patchwork Wed Jun 4 15:16:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 4295041 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 05B02BEEAA for ; Wed, 4 Jun 2014 15:22:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 29338201EF for ; Wed, 4 Jun 2014 15:22:08 +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 5ACC120218 for ; Wed, 4 Jun 2014 15:22:06 +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 1WsCyi-0002O0-Mq; Wed, 04 Jun 2014 15:19:48 +0000 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WsCya-0002Hm-4J for linux-arm-kernel@lists.infradead.org; Wed, 04 Jun 2014 15:19:40 +0000 Received: by mail-wg0-f42.google.com with SMTP id y10so8504334wgg.13 for ; Wed, 04 Jun 2014 08:19:18 -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=/EpKj8AK0ZXyGFHED08PvQW0sLWdTCa/72C6W+GES1Q=; b=fEJbul9nliugT9znybf+Bd+Mn8ISl+9UG2rhaxY3jVAz/D38IHDxlvRdVoWhYmg5xX E/CHJwuRv0D8DW0T2yUhBZiweeKYY5i9OIwgGq2DyIYafXD5JlUB/G4HqTq5eull09DD sl7Wy74guAKqzvLwpGTSqu02VA+QfnRv39OEjHJT9mkozEKEpjeCTflqxmDfRbHhoPAk DZWyW1vfDE0P3rZ9B2k5qPabgJ9D/c31uy6wmaEIEha3hJFPpQ7YMWrjx/sUwCpzDw/P 9+3rhZkqipLDUVezFJSMXjSNwHu4ga2xWIqayZmwTI3sSyVL/EpWKMU0lC+RjDU3rCoi I+4g== X-Received: by 10.15.51.70 with SMTP id m46mr2204588eew.30.1401895158034; Wed, 04 Jun 2014 08:19:18 -0700 (PDT) Received: from localhost (port-49449.pppoe.wtnet.de. [46.59.193.195]) by mx.google.com with ESMTPSA id e44sm6483672eeg.24.2014.06.04.08.19.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 08:19:17 -0700 (PDT) From: Thierry Reding To: Linus Walleij , Stephen Warren Subject: [PATCH 3/4] ARM: tegra: tegra124: Add XUSB pad controller Date: Wed, 4 Jun 2014 17:16:29 +0200 Message-Id: <1401894990-30092-3-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_081940_321189_ACDB8BC2 X-CRM114-Status: GOOD ( 10.54 ) 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 The device tree node in the SoC file contains only the resources (such as registers, resets, ...) but none of the lane assignment information since that's board specific and belongs in the board file. Signed-off-by: Thierry Reding --- arch/arm/boot/dts/tegra124.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 6e6bc4e8185c..38cb06fd693b 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -449,6 +449,17 @@ clock-names = "pclk", "clk32k_in"; }; + padctl@0,7009f000 { + compatible = "nvidia,tegra124-xusb-padctl"; + reg = <0x0 0x7009f000 0x0 0x1000>; + resets = <&tegra_car 142>; + reset-names = "padctl"; + + #address-cells = <0>; + #size-cells = <0>; + #phy-cells = <1>; + }; + sdhci@0,700b0000 { compatible = "nvidia,tegra124-sdhci"; reg = <0x0 0x700b0000 0x0 0x200>;