commit | 16df99324663fd3f88cb5e1ce241ee3f9f9ddacd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:15 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | 7f07261d469a4e588ef182be3b12a9817d010e5c | |
parent | 5c5800225501dc18eff71ecf4e5e45d0309f40ca [diff] |
i2c: Update for new sequence numbers 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>