Re: [PATCH 20/32] test: cmd: fdt: Test fdt get name

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > Add 'fdt get name' test which works as follows: > - Create fuller FDT, map it to sysmem > - Get name of / node 0, 1 and /clk-test node 0 > - Compare output and validate the node name > - Get name of / node 2 and /clk-test node 1 > - Compare outp

[PATCH 20/32] test: cmd: fdt: Test fdt get name

2023-02-27 Thread Marek Vasut
Add 'fdt get name' test which works as follows: - Create fuller FDT, map it to sysmem - Get name of / node 0, 1 and /clk-test node 0 - Compare output and validate the node name - Get name of / node 2 and /clk-test node 1 - Compare output and validate the node is not present - Get name of / node -1