Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp5267833imm; Wed, 12 Sep 2018 03:40:57 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZb52JcD52su5aGkgmr+7o01GIMEBmN0eR/MK8iZ0xqXLbD+XERzjil/RygKyqVGZj3aJeq X-Received: by 2002:a65:5144:: with SMTP id g4-v6mr1465158pgq.21.1536748857528; Wed, 12 Sep 2018 03:40:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536748857; cv=none; d=google.com; s=arc-20160816; b=jWODvX95GXp9AQ1EQJ/LnykjEKO9hL4K9u+eFbzvXRnxQX0r38mtinS+ANhxECyof6 Zax6EChh8mcYOnjU9tztWcTUmscU6uXGdsAq7YGu1D9P8xJaLeRmxBXAatYF6zl1hCvf nZL/tv10foj08zWu7ynZ6qkfgxtqoa0NBbZyxO6jyy7QgnC6YahxXS+IhvC5wKEkSRR4 I7YCs9ozNbzTLV0+v/6v6EzSKsCHJt8d7+RTaIHitk71omVdZDYGqJZTZVRKJPB3hZy/ AhT2JZwHFC24DkXV6KYBDec7Ir4H/gpVOtAb09zJ1W12525eDbth1bxMGKXCDUDz1l66 dvhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=vFP4Xkm7WlCwi8DY6wc4Pb+rLHWimCYwHNENf66Y6mA=; b=pnU0xRiSyDNPfET9bjTf3ClkDb68+wlqka7oo6+i9ff453PWbIBGmlkczQ/jOn2904 qFefXpc/RUSsNjcaG4IV5agM5QLDyQI/FLkaSm4KbBJNqm1gIBIy+pUeYPkb8dEzyp2F ca03QuSk10bW521ZspOv+zn2XqTyUYTVnDipunumcOqHqWfnQA4ntHB/vJ/AltTBpfJM pxHhRDglviJbqzU4dUoNYixoK+3gCegZcyqtVVpfNDU2/jWZH1ZxnMBERNnZwAxYlFw2 cx1bBWUvB7TSw752tXk4tQ/a9oBrZtz7iYTa/2QDQgK8dLLSPtQ3BtmXXfJiU9kLLCIF mxog== 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 o5-v6si591070plh.18.2018.09.12.03.40.42; Wed, 12 Sep 2018 03:40:57 -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 S1727709AbeILPo1 (ORCPT + 99 others); Wed, 12 Sep 2018 11:44:27 -0400 Received: from mail.bootlin.com ([62.4.15.54]:49393 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726970AbeILPo1 (ORCPT ); Wed, 12 Sep 2018 11:44:27 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id ABEB9208D9; Wed, 12 Sep 2018 12:40:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 761FF206FF; Wed, 12 Sep 2018 12:40:19 +0200 (CEST) Date: Wed, 12 Sep 2018 12:40:19 +0200 From: Alexandre Belloni To: Eugen Hristev Cc: nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: at91: sama5d4: add labels to soc dtsi for derivative boards Message-ID: <20180912104019.GB2760@piout.net> References: <1536327489-22005-1-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1536327489-22005-1-git-send-email-eugen.hristev@microchip.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/09/2018 16:38:09+0300, Eugen Hristev wrote: > 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(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com