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

2023-03-10 Thread Simon Glass
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 - App

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

2023-03-01 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 - App