]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: create dedicated fdt node for ofnode_for_each_prop test
authorDzmitry Sankouski <dsankouski@gmail.com>
Sun, 22 Jan 2023 15:21:23 +0000 (18:21 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 17:50:01 +0000 (12:50 -0500)
commit298ffdd5d65c4d67b958080c1a712f8f1c923af3
treeb9fc81567a163b3598b0491a78c3c02049ae5636
parent2ea062265fe67bd4ce375a4e691fdef1cab11478
test: create dedicated fdt node for ofnode_for_each_prop test

Property count may change in /buttons node, if more button tests added,
and this will break ofnode_for_each_prop.
Add separate node for mentioned test.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
test/dm/ofnode.c