On Fri, 2 Aug 2024 at 03:31, Zixun LI <[email protected]> wrote: > > Currently uclass index is used for bind/unbind which ignores alias > sequence numbering. Use device sequence number instead as it's > the number explicitly set in the DT. > > Also update documentation to use sequence number. > > Signed-off-by: Zixun LI <[email protected]> > --- > cmd/bind.c | 46 ++++++++++++++++++++-------------------- > doc/usage/cmd/bind.rst | 12 +++++------ > doc/usage/cmd/unbind.rst | 14 ++++++------ > 3 files changed, 36 insertions(+), 36 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

