aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-16 21:20:14 -0700
committerSimon Glass <sjg@chromium.org>2020-12-18 20:32:21 -0700
commit5c5800225501dc18eff71ecf4e5e45d0309f40ca (patch)
treea58f130bd4d1cc053f234f8a0709589626643cb0 /drivers/i2c
parenta20b4a8cfb1e974c28a41024420268bc05e0779d (diff)
downloadu-boot-5c5800225501dc18eff71ecf4e5e45d0309f40ca.zip
u-boot-5c5800225501dc18eff71ecf4e5e45d0309f40ca.tar.gz
u-boot-5c5800225501dc18eff71ecf4e5e45d0309f40ca.tar.bz2
octeon: Don't attempt to set the sequence number
Several Octeon drivers operate by setting the sequence number of their device. This should not be needed with the new sequence number setup. Also it is not permitted. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/octeon_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/octeon_i2c.c b/drivers/i2c/octeon_i2c.c
index 100c751..ea2cc33 100644
--- a/drivers/i2c/octeon_i2c.c
+++ b/drivers/i2c/octeon_i2c.c
@@ -791,7 +791,6 @@ static int octeon_i2c_probe(struct udevice *dev)
pci_dev_t bdf = dm_pci_get_bdf(dev);
debug("TWSI PCI device: %x\n", bdf);
- dev->req_seq = PCI_FUNC(bdf);
twsi->base = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_0,
PCI_REGION_MEM);