commit | 223f17d158c6f5d905f21599d245cf3d5f478548 | [log] [tgz] |
---|---|---|
author | Chen Guanqiao <chenguanqiao@kuaishou.com> | Mon Apr 12 14:51:11 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 29 03:23:39 2021 -0700 |
tree | bb9c83d868e56ef811ef06229978ba2ac3b81628 | |
parent | 93008e27bbefebfbc4dd2656309013ee8367b986 [diff] |
dm: core: Add size operations on device tree references Add functions to add size of addresses in the device tree using ofnode references. If the size is not set, return FDT_SIZE_T_NONE. Signed-off-by: Chen Guanqiao <chenguanqiao@kuaishou.com> Reviewed-by: Simon Glass <sjg@chromium.org>