test: dm: core: Add test case for uclass driver's child_post_probe()
authorBin Meng <bmeng.cn@gmail.com>
Mon, 15 Oct 2018 09:20:58 +0000 (02:20 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commitd92878aa4089e1c91f8a6cb7b9655cd27e6ea23c
treee9f5a5a6d0d6cedeadda52da4cc8a38e26163289
parent651d0c019a428ca8b14352210c1ce7804dd51fae
test: dm: core: Add test case for uclass driver's child_post_probe()

Add test case to cover uclass driver's child_post_probe() method.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/dm/test.h
test/dm/bus.c
test/dm/test-fdt.c