commit | aa351a14bd0a78221014719d190b565be60cb4ce | [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 | f1a83abe60b4ef8b2652e4c8e1d11a9afc909b71 [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>