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

From: Andrew Lunn
Date: Fri Dec 15 2017 - 08:01:16 EST


On Fri, Dec 15, 2017 at 01:46:42PM +0100, Mathieu Malaterre wrote:
> Improve the DTS files by removing all the leading "0x" and zeros to fix the

...

> };
>
> - uboot_env@3F000 {
> + uboot_env@3f000 {
> reg = <0x3F000 0x1000>;

Hi Mathieu

Thanks for looking at this. But the commit message does not fit the
actual change.

Andrew