[PATCH 1/2] arm: dts: fix unit-address leading 0s

Arnd Bergmann arnd at arndb.de
Thu Oct 19 14:29:49 PDT 2017


On Fri, Oct 13, 2017 at 7:54 PM, Rob Herring <robh at kernel.org> wrote:
> Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using
> the following command:
>
> perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm/boot/dts -type -f -name '*.dts*'
>
> Dropped changes to ARM, Ltd. boards LED nodes and manually fixed up some
> occurrences of uppercase hex.
>
> Signed-off-by: Rob Herring <robh at kernel.org>

Applied both to next/dt, thanks a lot for the cleanups!

        Arnd



More information about the linux-arm-kernel mailing list