Re: [U-Boot] [PATCH 02/11] dm: core: Add ofnode function to read a 64-bit int

2018-07-09 Thread Simon Glass
On 11 June 2018 at 13:07, Simon Glass wrote: > We have a 32-bit version of this function. Add a 64-bit version as well so > we can easily read 64-bit ints from the device tree. > > Signed-off-by: Simon Glass > --- > > drivers/core/of_access.c | 19 +++ > drivers/core/ofnode.c

[U-Boot] [PATCH 02/11] dm: core: Add ofnode function to read a 64-bit int

2018-06-11 Thread Simon Glass
We have a 32-bit version of this function. Add a 64-bit version as well so we can easily read 64-bit ints from the device tree. Signed-off-by: Simon Glass --- drivers/core/of_access.c | 19 +++ drivers/core/ofnode.c| 32