mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-08 02:51:42 +01:00
Use the new sequence number in all cases. Drop the logic to check for a valid number in designware_i2c, since it will always be valid. Also drop the numbering in the uclass, since we can rely on driver model giving us the right sequence numbers. Signed-off-by: Simon Glass <sjg@chromium.org>