[PATCH 3/3] test: dm: add test for phandle access functions
Simon Glass
sjg at chromium.org
Mon Oct 5 23:32:28 CEST 2020
On Fri, 25 Sep 2020 at 01:41, Patrick Delaunay <patrick.delaunay at st.com> wrote:
>
> Add unitary test for phandle access functions
> - ofnode_count_phandle_with_args
> - ofnode_parse_phandle_with_args
> - dev_count_phandle_with_args
> - dev_read_phandle_with_args
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
> arch/sandbox/dts/test.dts | 1 +
> test/dm/ofnode.c | 75 +++++++++++++++++++++++++++++++++++++++
> test/dm/test-fdt.c | 65 +++++++++++++++++++++++++++++++++
> 3 files changed, 141 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list