[PATCH 03/20] i2c: Remove IC2_xxx enum
Simon Glass
sjg at chromium.org
Thu Jul 18 19:35:54 CEST 2024
This is only used by devkit3250 which is being removed. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/usb/host/ohci-lpc32xx.c | 4 ----
include/i2c.h | 6 ------
2 files changed, 10 deletions(-)
diff --git a/drivers/usb/host/ohci-lpc32xx.c b/drivers/usb/host/ohci-lpc32xx.c
index ed04cae7afe..bf89bf8ab49 100644
--- a/drivers/usb/host/ohci-lpc32xx.c
+++ b/drivers/usb/host/ohci-lpc32xx.c
@@ -94,10 +94,6 @@ static int isp1301_set_value(struct udevice *dev, int reg, u8 value)
static void isp1301_configure(struct udevice *dev)
{
-#if !CONFIG_IS_ENABLED(DM_I2C)
- i2c_set_bus_num(I2C_2);
-#endif
-
/*
* LPC32XX only supports DAT_SE0 USB mode
* This sequence is important
diff --git a/include/i2c.h b/include/i2c.h
index 8d91b24b43b..1d3be3f6759 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -966,12 +966,6 @@ static inline void I2C_SET_BUS(unsigned int bus)
i2c_set_bus_num(bus);
}
-/* Multi I2C definitions */
-enum {
- I2C_0, I2C_1, I2C_2, I2C_3, I2C_4, I2C_5, I2C_6, I2C_7,
- I2C_8, I2C_9, I2C_10,
-};
-
/**
* Find the I2C bus number by given a FDT I2C node.
*
--
2.34.1
More information about the U-Boot
mailing list