[U-Boot] [PATCH 02/11] dm: core: Add ofnode function to read a 64-bit int
Simon Glass
sjg at chromium.org
Mon Jul 9 19:50:31 UTC 2018
On 11 June 2018 at 13:07, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> drivers/core/of_access.c | 19 +++++++++++++++++++
> drivers/core/ofnode.c | 32 ++++++++++++++++++++++++++++++++
> include/dm/of_access.h | 16 ++++++++++++++++
> include/dm/ofnode.h | 10 ++++++++++
> 4 files changed, 77 insertions(+)
>
Applied to u-boot-dm
More information about the U-Boot
mailing list