Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753442AbcDBNl0 (ORCPT ); Sat, 2 Apr 2016 09:41:26 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:34042 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752527AbcDBNlZ (ORCPT ); Sat, 2 Apr 2016 09:41:25 -0400 MIME-Version: 1.0 In-Reply-To: <1459577299-2818-1-git-send-email-stefan@agner.ch> References: <1459577299-2818-1-git-send-email-stefan@agner.ch> Date: Sat, 2 Apr 2016 15:41:24 +0200 Message-ID: Subject: Re: [PATCH] ARM: dts: armv7-m: add address to unit name From: Joachim Eastwood To: Stefan Agner Cc: Arnd Bergmann , Maxime Coquelin , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Shawn Guo , kernel@pengutronix.de, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 40 On 2 April 2016 at 08:08, Stefan Agner wrote: > Add address to unit name to remove the following warning: > Warning (unit_address_vs_reg): Node /nv-interrupt-controller has a > reg or ranges property, but no unit name > > Signed-off-by: Stefan Agner > --- > Hi Arnd, > > Not sure through which tree this should go but an earlier patch > seemd to be applied directly by you... > > -- > Stefan > > arch/arm/boot/dts/armv7-m.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armv7-m.dtsi b/arch/arm/boot/dts/armv7-m.dtsi > index b1ad7cf..8126bec 100644 > --- a/arch/arm/boot/dts/armv7-m.dtsi > +++ b/arch/arm/boot/dts/armv7-m.dtsi > @@ -1,7 +1,7 @@ > #include "skeleton.dtsi" > > / { > - nvic: nv-interrupt-controller { > + nvic: nv-interrupt-controller@0xe000e100 { While changing the line it might be good idea to use the standard 'interrupt-controller' name instead. I posted the same patch couple of days ago, btw. http://marc.info/?l=devicetree&m=145929088915714&w=2 But I don't care which one that is applied. regards, Joachim Eastwood