Re: [PATCH v1 3/3] ARM64 LPC: update binding doc

From: Arnd Bergmann
Date: Wed Jan 13 2016 - 05:19:08 EST


On Wednesday 13 January 2016 10:10:28 liviu.dudau@xxxxxxx wrote:
>
> OK, but from DT point of view and given the parent's #address-cells = <2> and #size-cells = <1>
> should the reg not be something like reg = <0x1 0x0 0xe4 4> ?

No: 2+1 = 3, not 4.

Arnd