From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH] ARM: dts: realview-pbx: Fix duplicate regulator nodes Date: Fri, 30 Nov 2018 15:19:17 -0800 Message-ID: <20181130231917.fvunplj47qrnysbv@localhost> References: <20181130010547.24757-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181130010547.24757-1-robh@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: devicetree@vger.kernel.org, Linus Walleij , arm@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, Nov 29, 2018 at 07:05:47PM -0600, Rob Herring wrote: > There's a bug in dtc in checking for duplicate node names when there's > another section (e.g. "/ { };"). In this case, skeleton.dtsi provides > another section. Upon removal of skeleton.dtsi, the dtb fails to build > due to a duplicate node 'fixedregulator@0'. As both nodes were pretty > much the same 3.3V fixed regulator, it hasn't really mattered. Fix this > by renaming the nodes to something unique. In the process, drop the > unit-address which shouldn't be present wtihout reg property. > > Cc: Linus Walleij > Signed-off-by: Rob Herring > --- > arch/arm/boot/dts/arm-realview-pbx.dtsi | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Applied to next/dt. Thanks. -Olof