Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1963120imm; Fri, 7 Sep 2018 08:45:32 -0700 (PDT) X-Google-Smtp-Source: ANB0VdY1+qaBpAvo9Jvj9/ALklp0dp11Ta1ZhwmtqCnjhKapL6htv22FuxSCVZCSa7A0YdG4RMQx X-Received: by 2002:a62:ed5:: with SMTP id 82-v6mr9104296pfo.198.1536335132311; Fri, 07 Sep 2018 08:45:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536335132; cv=none; d=google.com; s=arc-20160816; b=F8KArN45CM+Pk+2i1ZxmOl+yAzaWE0eHF91fbdJEXdM6ymuoh9LOWvkOVDSt95/Igo REs80ka7CPCd6dgFfnoIz/0rHeuHPSTKo3uCjDBztaccy9lDk/+yDa61s4UmUoSjum9/ vWVmhSUWXLpfBj29yax9PdtSVrhO9BAMOIH3F01TKt03mFiqo+Ps1gsGMFk6YeSTyJv6 OAROEvoFke1p5xgcsPzS9rnmnHCX4aPTY95l/4IPAXnAorQfGgTVZ95FsTswgbQTtHw7 f83743/0C9gbK4tsfX/KV36TsGqu3AcIL/Ae11eXcWSfwQ9HPETUHDk2Wn/y6cx8Rc9c pFzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=OBGFpocoNQ5fIXiOPoaiqoZH4G7iXBPRxfA/9gETxsw=; b=D+JH8AK/B85tdRWcVZQu1jTKMOpcq7XcM7iedIt3RZfvEscxmfq/dTVKRi4zW30aAA GIM5N2SzTHOkt0AGhcTf0eohvtamr5Xdxt4lxBzlARd9UJjui4oI2fklVZ8gA082k4nX IyH3EOaLexmMs+QtD5s/aPU7LSST4DY41v7iyHRixQ1O5PTy89FFt1GC5Q9DnsdWt7wP FCU//QxQUTMy1l0bTonbD1liJc8029NeJ2vYZt6TbhQR7UUvqe9et6J7U3lUfF8GtECd WbhCtZDZbSor2EeTg6ngJ4XS2+7sCVbUOfn5x8Ab6SJn0E/fh7SMVI02R2OqQDbQ+dBi Mb4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z12-v6si8999664pgz.665.2018.09.07.08.45.16; Fri, 07 Sep 2018 08:45:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729550AbeIGSWt (ORCPT + 99 others); Fri, 7 Sep 2018 14:22:49 -0400 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:53019 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729342AbeIGSWt (ORCPT ); Fri, 7 Sep 2018 14:22:49 -0400 X-IronPort-AV: E=Sophos;i="5.53,342,1531810800"; d="scan'208";a="16737019" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES128-SHA; 07 Sep 2018 06:41:48 -0700 Received: from eh-station.mchp-main.com (10.10.76.4) by CHN-SV-EXCH01.mchp-main.com (10.10.76.37) with Microsoft SMTP Server id 14.3.352.0; Fri, 7 Sep 2018 06:41:47 -0700 From: Eugen Hristev To: , , , , CC: Eugen Hristev Subject: [PATCH] ARM: dts: at91: sama5d4: add labels to soc dtsi for derivative boards Date: Fri, 7 Sep 2018 16:38:09 +0300 Message-ID: <1536327489-22005-1-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds labels to commonly used device-tree nodes so that derivative boards can avoid ahb/apb hierarchy. Signed-off-by: Eugen Hristev --- Hello, This was already done for SoC sama5d3 and sam9x5, in commit: "fc37204432d" ("ARM: dts: at91: add labels to soc dtsi for derivative boards") This commit will do basically the same thing for sama5d4 SoC. Based on top of at91-next branch of at91.git Thanks. arch/arm/boot/dts/sama5d4.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 92a35a1..7371f2a 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1323,13 +1323,13 @@ }; }; - rstc@fc068600 { + reset_controller: rstc@fc068600 { compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc"; reg = <0xfc068600 0x10>; clocks = <&clk32k>; }; - shdwc@fc068610 { + shutdown_controller: shdwc@fc068610 { compatible = "atmel,at91sam9x5-shdwc"; reg = <0xfc068610 0x10>; clocks = <&clk32k>; @@ -1342,7 +1342,7 @@ clocks = <&h32ck>; }; - watchdog@fc068640 { + watchdog: watchdog@fc068640 { compatible = "atmel,sama5d4-wdt"; reg = <0xfc068640 0x10>; interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; @@ -1376,7 +1376,7 @@ }; - pinctrl@fc06a000 { + pinctrl: pinctrl@fc06a000 { #address-cells = <1>; #size-cells = <1>; compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus"; -- 2.7.4