From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muru.com ([72.249.23.125]:52042 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211AbcDZQIl (ORCPT ); Tue, 26 Apr 2016 12:08:41 -0400 Date: Tue, 26 Apr 2016 09:08:31 -0700 From: Tony Lindgren To: Rob Herring Cc: Geert Uytterhoeven , Dmitry Torokhov , Lee Jones , Zhou Wang , Srinivas Kandagatla , Michael Ellerman , Vinod Koul , Mark Brown , Alexandre Belloni , Joe Perches , "devicetree@vger.kernel.org" , "linux-input@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-pci@vger.kernel.org" , linuxppc-dev , dmaengine@vger.kernel.org Subject: Re: [PATCH 04/14] ARM: dts: OMAP36xx: : DT spelling s/#address-cell/#address-cells/ Message-ID: <20160426160831.GT5995@atomide.com> References: <1461166339-11109-1-git-send-email-geert+renesas@glider.be> <1461166339-11109-5-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: * Rob Herring [160420 16:48]: > On Wed, Apr 20, 2016 at 10:32 AM, Geert Uytterhoeven > wrote: > > Signed-off-by: Geert Uytterhoeven > > --- > > arch/arm/boot/dts/omap36xx.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi > > index ce1e242d4dc07ea8..8b797915300894d8 100644 > > --- a/arch/arm/boot/dts/omap36xx.dtsi > > +++ b/arch/arm/boot/dts/omap36xx.dtsi > > @@ -44,7 +44,7 @@ > > abb_mpu_iva: regulator-abb-mpu { > > compatible = "ti,abb-v1"; > > regulator-name = "abb_mpu_iva"; > > - #address-cell = <0>; > > + #address-cells = <0>; > > dtc should flag this if it was really needed. However, it looks like > it isn't as there are no child nodes (unless the board files add > them). > > A nice dtc check would be to flag unnecessary #address-cells or > #size-cells. That would only help here after your fix though. Yeah. Applying patches 2 - 4 into omap-for-v4.7/dt thanks. Tony