
9 Jul
2018
9 Jul
'18
9:50 p.m.
On 11 June 2018 at 13:07, Simon Glass sjg@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@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