Re: [PATCH v2 01/14] media: qcom: camss: Add support to populate sub-devices

From: Loic Poulain

Date: Tue Apr 28 2026 - 08:07:23 EST


On Tue, Apr 28, 2026 at 8:43 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 27/04/2026 14:43, Loic Poulain wrote:
> > From: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> >
> > Use devm_of_platform_populate() to populate subs in the tree.
> >
> > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> > Reviewed-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
>
> 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.