On Mon, Sep 15, 2025 at 10:46 PM Peng Fan (OSS) <peng....@oss.nxp.com> wrote: > > From: Peng Fan <peng....@nxp.com> > > se_desc loop check is wrong, it relies on the desc always has > the expected name to end of the loop. It works because the device tree > has the expected name as of now, but this may not be always true. > > Drop se_desc by moving the check into probe and fix the loop check. > > Reported-by: Andrew Goodbody <andrew.goodb...@linaro.org> > Cc: Tom Rini <tr...@konsulko.com> > Cc: Fabio Estevam <feste...@gmail.com> > Signed-off-by: Peng Fan <peng....@nxp.com>
Applied to -next, thanks.