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

2017-12-15 Thread Krzysztof Kozlowski
On Fri, Dec 15, 2017 at 1:18 PM, Mathieu Malaterre wrote: >> As discussed with Krzysztof, I've split the ARM patch into subarch. >> Please drop this one. > > Hum...looks like my internet provider just blacklisted me for too many > recipient in the mail. I'll do my best to resolve this, and send th

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

2017-12-15 Thread Mathieu Malaterre
On Fri, Dec 15, 2017 at 12:19 PM, Mathieu Malaterre wrote: > On Fri, Dec 15, 2017 at 9:59 AM, Krzysztof Kozlowski wrote: >> On Thu, Dec 14, 2017 at 5:53 PM, Mathieu Malaterre wrote: >>> Improve the DTS files by removing all the leading "0x" and zeros to fix the >>> following dtc warnings: >>> >>

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

2017-12-15 Thread Mathieu Malaterre
On Fri, Dec 15, 2017 at 9:59 AM, Krzysztof Kozlowski wrote: > On Thu, Dec 14, 2017 at 5:53 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 hav

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

2017-12-15 Thread Krzysztof Kozlowski
On Thu, Dec 14, 2017 at 5:53 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 /

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

2017-12-15 Thread Jesper Nilsson
On Thu, Dec 14, 2017 at 05:53:48PM +0100, 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_form

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

2017-12-14 Thread Viresh Kumar
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 na

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

2017-12-14 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