From patchwork Tue May 19 11:51:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6436491 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5CBB0C0432 for ; Tue, 19 May 2015 11:54:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 88D30204B0 for ; Tue, 19 May 2015 11:54:22 +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 A0D99204D6 for ; Tue, 19 May 2015 11:54:21 +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 1Yug4L-0007sO-Mv; Tue, 19 May 2015 11:52:21 +0000 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yug4G-0007jB-Hd for linux-arm-kernel@lists.infradead.org; Tue, 19 May 2015 11:52:17 +0000 Received: by pdbqa5 with SMTP id qa5so21841869pdb.0 for ; Tue, 19 May 2015 04:51:55 -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; bh=d3LUXLhcqNJHw/nznKcixyYWWSwxCRU/xvjfED9R7hI=; b=RYWcmsW4pgNINlmYUY+dWCmypyevaO17hnN782CmmMEpUfzqhbxlphD5mzMmkg5jKm nQvKga2DNl7XMKmI9i42HQs3Ueqx1aJvKY4tBVwf81ZyENMj34dh9CLlV7iCS8FMu8V2 NvUIIdTmJ3tvkHorcRhQeqLpr03AG4BpOeGjNHYLUOkxFhFng/faHn1YcIK01zhKZTNv bPvpf2xjSAG1loFuL0QtE8DMjbnRRKteuY0RQnJOmvSxf1nVfERGPGMnm5osLclm1Cw7 n0csr/SD7LsuUp8F9LXXufeXttuPjzr2VRAHIU2Ai9+7Ow7y6VifaD2rb0R+DJWH+Yf0 G5TA== X-Received: by 10.68.103.164 with SMTP id fx4mr53308554pbb.125.1432036315123; Tue, 19 May 2015 04:51:55 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id vl9sm12891484pbc.73.2015.05.19.04.51.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 May 2015 04:51:47 -0700 (PDT) From: Krzysztof Kozlowski To: Stephen Warren , Thierry Reding , Alexandre Courbot , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH 1/2] ARM: dts: tegra: Add labels to Tegra114 nodes Date: Tue, 19 May 2015 20:51:18 +0900 Message-Id: <1432036279-6318-1-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150519_045216_666462_D2E69FB0 X-CRM114-Status: UNSURE ( 9.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Krzysztof Kozlowski 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Add new labels to certain nodes on Tegra114 so they could be easily referenced by board DTS files. Signed-off-by: Krzysztof Kozlowski --- Tested by comparison of generated DTB and decompiled DTB->DTS for each commit. Each output was the same. --- arch/arm/boot/dts/tegra114.dtsi | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi index f58a3d9d5f13..1b31cefd1047 100644 --- a/arch/arm/boot/dts/tegra114.dtsi +++ b/arch/arm/boot/dts/tegra114.dtsi @@ -10,7 +10,7 @@ compatible = "nvidia,tegra114"; interrupt-parent = <&lic>; - host1x@50000000 { + host1x: host1x@50000000 { compatible = "nvidia,tegra114-host1x", "simple-bus"; reg = <0x50000000 0x00028000>; interrupts = , /* syncpt */ @@ -318,7 +318,7 @@ status = "disabled"; }; - i2c@7000c000 { + i2c1: i2c@7000c000 { compatible = "nvidia,tegra114-i2c"; reg = <0x7000c000 0x100>; interrupts = ; @@ -363,7 +363,7 @@ status = "disabled"; }; - i2c@7000c700 { + i2c4: i2c@7000c700 { compatible = "nvidia,tegra114-i2c"; reg = <0x7000c700 0x100>; interrupts = ; @@ -378,7 +378,7 @@ status = "disabled"; }; - i2c@7000d000 { + i2c5: i2c@7000d000 { compatible = "nvidia,tegra114-i2c"; reg = <0x7000d000 0x100>; interrupts = ; @@ -438,7 +438,7 @@ status = "disabled"; }; - spi@7000da00 { + spi4: spi@7000da00 { compatible = "nvidia,tegra114-spi"; reg = <0x7000da00 0x200>; interrupts = ; @@ -500,7 +500,7 @@ status = "disabled"; }; - pmc@7000e400 { + pmc: pmc@7000e400 { compatible = "nvidia,tegra114-pmc"; reg = <0x7000e400 0x400>; clocks = <&tegra_car TEGRA114_CLK_PCLK>, <&clk32k_in>; @@ -527,7 +527,7 @@ #iommu-cells = <1>; }; - ahub@70080000 { + ahub: ahub@70080000 { compatible = "nvidia,tegra114-ahub"; reg = <0x70080000 0x200>, <0x70080200 0x100>, @@ -648,7 +648,7 @@ status = "disabled"; }; - sdhci@78000400 { + sdhci3: sdhci@78000400 { compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; reg = <0x78000400 0x200>; interrupts = ; @@ -658,7 +658,7 @@ status = "disabled"; }; - sdhci@78000600 { + sdhci4: sdhci@78000600 { compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; reg = <0x78000600 0x200>; interrupts = ; @@ -668,7 +668,7 @@ status = "disabled"; }; - usb@7d000000 { + usb1: usb@7d000000 { compatible = "nvidia,tegra30-ehci", "usb-ehci"; reg = <0x7d000000 0x4000>; interrupts = ; @@ -704,7 +704,7 @@ status = "disabled"; }; - usb@7d008000 { + usb3: usb@7d008000 { compatible = "nvidia,tegra30-ehci", "usb-ehci"; reg = <0x7d008000 0x4000>; interrupts = ;