Re: [PATCH] dts: Remove leading 0x and 0s from bindings notation

2017-12-13 Thread Rob Herring
On Wed, Dec 13, 2017 at 3:07 PM, 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 /

[PATCH] dts: Remove leading 0x and 0s from bindings notation

2017-12-13 Thread Mathieu Malaterre
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 com