Re: [PATCH v2 02/18] i2c: Remove IC2_xxx enum

2024-08-12 Thread Heiko Schocher
Hello Simon, On 11.08.24 16:50, Simon Glass wrote: This is only used by devkit3250 which is being removed. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) drivers/usb/host/ohci-lpc32xx.c | 4 include/i2c.h | 6 -- 2 files changed, 10 deletions(-)

[PATCH v2 02/18] i2c: Remove IC2_xxx enum

2024-08-11 Thread Simon Glass
This is only used by devkit3250 which is being removed. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) 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/u