Integrate linux-seco-rk/fxl6408
[DEFCONFIG][GPIO] add support for FXL6408 GPIO expander
activate the driver for FXL6408 in seco_linux_defconfig
--
[DRIVER] fxl6408: add I2C GPIO expander driver
Add minimal driver for Fairchild FXL6408 8-bit I2C-controlled GPIO expander using the generic regmap based GPIO driver (GPIO_REGMAP).
The driver implements setting the GPIO direction, reading inputs and writing outputs.
In addition to that the FXL6408 has the following functionalities:
- allows to monitor input ports for data transitions with an interrupt pin
- all inputs can be configured with pull-up or pull-down resistors
Code from linux 6.5