Re: [RFC PATCH 3/4] cmd: bind: Use device sequence instead for driver bind/unbind

2024-08-01 Thread Simon Glass
Hi Zixun, On Wed, 31 Jul 2024 at 07:43, Zixun LI 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. > > Signed-off-by: Zixun LI > --- > cmd/bind.c | 4 ++-- > 1 fil

[RFC PATCH 3/4] cmd: bind: Use device sequence instead for driver bind/unbind

2024-07-31 Thread Zixun LI
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. Signed-off-by: Zixun LI --- cmd/bind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/bind.c b/cmd/b