
25 May
2017
25 May
'17
2:06 a.m.
When starting up driver model with a live tree we need to scan the tree for devices. Add code to handle this.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
drivers/core/root.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++---- include/dm/root.h | 3 ++- test/dm/test-main.c | 4 ++-- 3 files changed, 58 insertions(+), 7 deletions(-)
Applied to u-boot-dm