Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754995AbdLOEAr (ORCPT ); Thu, 14 Dec 2017 23:00:47 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:41259 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754897AbdLOEAm (ORCPT ); Thu, 14 Dec 2017 23:00:42 -0500 X-Google-Smtp-Source: ACJfBousVYJuUocUnccg4JCwce9gUMhBrPaWD7THD4YlH+SOymulqRc1lPn5w2ps9VpPyihWMunB8Q== Date: Fri, 15 Dec 2017 09:30:39 +0530 From: Viresh Kumar To: Mathieu Malaterre Cc: Rob Herring , =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Mark Rutland , Russell King , Jesper Nilsson , Lars Persson , Niklas Cassel , Nicolas Ferre , Alexandre Belloni , Ray Jui , Scott Branden , Jon Mason , bcm-kernel-feedback-list@broadcom.com, Florian Fainelli , Sekhar Nori , Kevin Hilman , Kukjin Kim , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Fabio Estevam , Santosh Shilimkar , Dinh Nguyen , Viresh Kumar , Shiraz Hashim , Jun Nie , Baoyou Xie , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@axis.com, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation Message-ID: <20171215040039.GB3322@vireshk-i7> References: <20171214165350.27850-1-malat@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171214165350.27850-1-malat@debian.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1369 Lines: 36 On 14-12-17, 17:53, Mathieu Malaterre wrote: > Improve the DTS files by removing all the leading "0x" and zeros to fix the > following dtc warnings: > > Warning (unit_address_format): Node /XXX unit name should not have leading "0x" > > and > > Warning (unit_address_format): Node /XXX unit name should not have leading 0s > > Converted using the following command: > > find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -E -i -e "s/@0x([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" -e "s/@0+([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" {} + > > For simplicity, two sed expressions were used to solve each warnings separately. > > To make the regex expression more robust a few other issues were resolved, > namely setting unit-address to lower case, and adding a whitespace before the > the opening curly brace: > > https://elinux.org/Device_Tree_Linux#Linux_conventions > > This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x from bindings notation") > > Reported-by: David Daney > Suggested-by: Rob Herring > Signed-off-by: Mathieu Malaterre > --- > arch/arm/boot/dts/spear300.dtsi | 2 +- > arch/arm/boot/dts/spear310.dtsi | 2 +- > arch/arm/boot/dts/spear320.dtsi | 2 +- Acked-by: Viresh Kumar -- viresh