Skip to content

Integrate linux-seco-imx/seco_lf-6.6.52-2.2.1-tr8mp-fpga

Commit: clea-os/bsp/nxp/linux-seco-imx@ce01da23

[DRIVER][FPGA] Refactor tr8fpga_probe function

This way, the registers can be configured separately instead of defining the whole array. This way, one overlay can configure the MIPI->RGB conversion, the other one - pinmuxing. Otherwise, we would have to completely override the whole array, which is not flexible.

Example: reg-setting@0 { /* I2C_REG_DISPLAY */ reg = <0x10>; value = <0x8D>; };

reg-setting@1 { /* I2C_REG_PINMUX */ reg = <0x20>; value = <0x00>; };

--

Commit: clea-os/bsp/nxp/linux-seco-imx@82475279

[DRIVER][FPGA] Add mfd driver for the trizeps8fpga

Merge request reports

Loading