
10 Jan
2020
10 Jan
'20
9:57 a.m.
Add a driver which does devres allocations so that we can write tests for devres.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/sandbox/dts/test.dts | 4 ++++ include/dm/uclass-id.h | 1 + include/test/test.h | 9 ++++++++ test/dm/test-fdt.c | 47 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+)
Applied to u-boot-dm, thanks!