Skip to content

Integrate linux-seco-rk/fxl6408

GitBot requested to merge linux-seco-rk/fxl6408 into kirkstone

Commit: edgehog/bsp/rockchip/linux-seco-rk@a8fc702d

[DEFCONFIG][GPIO] add support for FXL6408 GPIO expander

activate the driver for FXL6408 in seco_linux_defconfig

--

Commit: edgehog/bsp/rockchip/linux-seco-rk@6e949303

[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

Merge request reports