Re: [PATCH 31/32] test: cmd: fdt: Test fdt apply

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > Add 'fdt chosen' test which works as follows: > - Create basic DT, map it to sysmem > - Apply DTO which adds single property via fragment (without address spec) > - Apply DTO which adds more properties (string, u32, empty) and a subnode, >

[PATCH 31/32] test: cmd: fdt: Test fdt apply

2023-02-27 Thread Marek Vasut
Add 'fdt chosen' test which works as follows: - Create basic DT, map it to sysmem - Apply DTO which adds single property via fragment (without address spec) - Apply DTO which adds more properties (string, u32, empty) and a subnode, with phandle via frament@0 and thus tests /__symbols__ node -