]> git.sur5r.net Git - u-boot/commit
dm: core: Add ofnode function to read a 64-bit int
authorSimon Glass <sjg@chromium.org>
Mon, 11 Jun 2018 19:07:10 +0000 (13:07 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit7e5196c409f17091f2aeca144c6d76750df81cc4
tree427b03797b692f0752fecd92dccc397027df98da
parent90c08fa038451d6d7b7d8711bfd829b61d64c490
dm: core: Add ofnode function to read a 64-bit int

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
drivers/core/ofnode.c
include/dm/of_access.h
include/dm/ofnode.h