Re: [PATCH 08/21] dm: core: Allow adding ofnode subnodes

2022-09-01 Thread Rasmus Villemoes
On 31/08/2022 05.08, Simon Glass wrote: > Add this feature to the ofnode interface, supporting both livetree and > flattree. > > Signed-off-by: Simon Glass > --- > > drivers/core/of_access.c | 50 > drivers/core/ofnode.c| 30

[PATCH 08/21] dm: core: Allow adding ofnode subnodes

2022-08-30 Thread Simon Glass
Add this feature to the ofnode interface, supporting both livetree and flattree. Signed-off-by: Simon Glass --- drivers/core/of_access.c | 50 drivers/core/ofnode.c| 30 include/dm/of_access.h | 12 ++