Add a way to find out if a node is enabled or not, based on its 'status' property.
Signed-off-by: Simon Glass <s...@chromium.org> --- drivers/core/ofnode.c | 10 ++++++++++ include/dm/ofnode.h | 11 +++++++++++ test/dm/ofnode.c | 12 ++++++++++++ 3 files changed, 33 insertions(+) Applied to u-boot-dm, thanks!