
Hi Tom,
On Mon, 15 Jul 2024 at 20:36, Tom Rini trini@konsulko.com wrote:
This board has not been converted to CONFIG_DM_I2C by the deadline. Remove it.
Signed-off-by: Tom Rini trini@konsulko.com
arch/arm/dts/Makefile | 4 - arch/arm/dts/omap4-panda-common.dtsi | 573 --------------------------- arch/arm/dts/omap4-panda-es.dts | 82 ---- arch/arm/dts/omap4-panda.dts | 13 - arch/arm/mach-omap2/omap4/Kconfig | 4 - board/ti/panda/Kconfig | 14 - board/ti/panda/MAINTAINERS | 6 - board/ti/panda/Makefile | 6 - board/ti/panda/panda.c | 322 --------------- board/ti/panda/panda_mux_data.h | 86 ---- configs/omap4_panda_defconfig | 54 --- include/configs/omap4_panda.h | 16 - 12 files changed, 1180 deletions(-) delete mode 100644 arch/arm/dts/omap4-panda-common.dtsi delete mode 100644 arch/arm/dts/omap4-panda-es.dts delete mode 100644 arch/arm/dts/omap4-panda.dts delete mode 100644 board/ti/panda/Kconfig delete mode 100644 board/ti/panda/MAINTAINERS delete mode 100644 board/ti/panda/Makefile delete mode 100644 board/ti/panda/panda.c delete mode 100644 board/ti/panda/panda_mux_data.h delete mode 100644 configs/omap4_panda_defconfig delete mode 100644 include/configs/omap4_panda.h
I'm very pleased to see this.
I happened to be looking at i2c deprecation (yet again!) the other day. I found the generation *before* the legacy SYS_I2C feature.
I will see if I can get it building, then send a series.
For SPL, I am thinking we may need a 'tiny' i2c a bit like the tiny mmc, e.g. supporting a single controller and simple read/write. I have never really looked at it in any detail as there is too much cruft in there.
Regards, Simon