Re: [PATCH] arm: mach-k3: introduce generic board detction kconfig option

2023-03-29 Thread Tom Rini
On Fri, Mar 03, 2023 at 08:16:28PM +0100, Christian Gmeiner wrote: > For non TI boards it is not possible to enable the do_board_detect() > call as TI_I2C_BOARD_DETECT is defined in board/ti/common/Kconfig. > > I want to use do_board_detect() to dectect boards and properties based > on some SPI c

Re: [PATCH] arm: mach-k3: introduce generic board detction kconfig option

2023-03-06 Thread Tom Rini
On Fri, Mar 03, 2023 at 08:16:28PM +0100, Christian Gmeiner wrote: > For non TI boards it is not possible to enable the do_board_detect() > call as TI_I2C_BOARD_DETECT is defined in board/ti/common/Kconfig. > > I want to use do_board_detect() to dectect boards and properties based > on some SPI c

[PATCH] arm: mach-k3: introduce generic board detction kconfig option

2023-03-03 Thread Christian Gmeiner
For non TI boards it is not possible to enable the do_board_detect() call as TI_I2C_BOARD_DETECT is defined in board/ti/common/Kconfig. I want to use do_board_detect() to dectect boards and properties based on some SPI communication with a FPGA. Signed-off-by: Christian Gmeiner --- arch/arm/mac