Re: [PATCH 1/2] ARM: versatile: remove leading 0 on unit address
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-10-14 00:55:44
On Wed, Oct 13, 2021 at 9:38 AM Arnd Bergmann [off-list ref] wrote:
From: Arnd Bergmann <arnd@arndb.de>
dtc now warns for the LED nodes on the versatile-ab board:
versatile-ab.dts:126.12-132.5: Warning (unit_address_format): /core-module@10000000/led@08.7: unit name should not have leading 0s
versatile-ab-ib2.dts:17.12-24.5: Warning (unit_address_format): /syscon@27000000/led@00.4: unit name should not have leading 0s
Remove the extra zeroes.
Fixes: 07ebfa59b9db ("ARM: versatile: add the syscon LEDs to the DT")
Fixes: 7fbe5f7ff267 ("ARM: dts: Add Versatile IB2 device tree")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
arch/arm/boot/dts/arm-realview-eb.dtsi | 18 +++++++++---------
arch/arm/boot/dts/arm-realview-pb1176.dts | 18 +++++++++---------
arch/arm/boot/dts/arm-realview-pb11mp.dts | 18 +++++++++---------
arch/arm/boot/dts/arm-realview-pbx.dtsi | 18 +++++++++---------
arch/arm/boot/dts/versatile-ab-ib2.dts | 2 +-
arch/arm/boot/dts/versatile-ab.dts | 16 ++++++++--------
6 files changed, 45 insertions(+), 45 deletions(-)Please apply these instead: https://lore.kernel.org/all/20210913192816.1225025-7-robh@kernel.org/ (local) https://lore.kernel.org/all/20210913192816.1225025-8-robh@kernel.org/ (local) There's also also these fixes that I sent: https://lore.kernel.org/all/20210928192143.1841497-1-robh@kernel.org/ (local) https://lore.kernel.org/all/20210928192210.1842377-1-robh@kernel.org/ (local) https://lore.kernel.org/all/20210928192123.1840842-1-robh@kernel.org/ (local) https://lore.kernel.org/all/20210928191759.1835325-1-robh@kernel.org/ (local) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel