Re: [PATCH 10/11] dtoc: Support adding subnodes alongside existing ones

2021-03-26 Thread Simon Glass
So far we have only needed to add subnodes to empty notds, so have not had to deal with ordering. However this feature is needed for binman's expanded nodes, since there may be another node in the same section. While libfdt adds new properties after existing properties, it adds new subnodes before

[PATCH 10/11] dtoc: Support adding subnodes alongside existing ones

2021-03-20 Thread Simon Glass
So far we have only needed to add subnodes to empty notds, so have not had to deal with ordering. However this feature is needed for binman's expanded nodes, since there may be another node in the same section. While libfdt adds new properties after existing properties, it adds new subnodes before