On Tue, Apr 28, 2026 at 8:43 AM Krzysztof Kozlowski <[email protected]> wrote: > > On 27/04/2026 14:43, Loic Poulain wrote: > > From: Bryan O'Donoghue <[email protected]> > > > > Use devm_of_platform_populate() to populate subs in the tree. > > > > Signed-off-by: Bryan O'Donoghue <[email protected]> > > Reviewed-by: Loic Poulain <[email protected]> > > There are no children in DTS and ABI does not allow them, so this is not > really correct or you just missed proper order - bindings describing the > ABI changes should be always before the actual change implementing it.
Right, this is a dependency that I cherry-picked from a previous Bryan’s series. I will make sure to place it correctly, or explicitly document the series dependency in the next revision.

