Skip to content

Integrate linux-seco-imx/seco_lf-5.10.y-gm_c61_dev

GitBot requested to merge linux-seco-imx/seco_lf-5.10.y-gm_c61_dev into kirkstone

Commit: edgehog/bsp/nxp/linux-seco-imx@81f402f2

[C61] add MAX98357A audio support

  • audio over SAI3 interface
  • sound works only at 48000Hz: this derives from SAI3 assigned clock rate.
  • Test details: aplay --device sysdefault:CARD=max98457a /usr/share/sounds/alsa/Noise.wav

--

Commit: edgehog/bsp/nxp/linux-seco-imx@488d893f

[i.MX8] add SECO MAX98357A driver config

--

Commit: edgehog/bsp/nxp/linux-seco-imx@6ca4a8ae

[DRIVER] add MAX98357A codec support

Add support over I2S for i.MX8 SoCs. Also, make it possible to use GPIO from expanders to enable the codec.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@3a9fda4d

[C61] add LVDS sn65dsi84 support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@8c0ed762

[C61] add eDP sn65dsi86 support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@997a9a22

[C61] add GSM modem support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@20233d15

[i.MX8] add SECO GSM power manager driver config

--

Commit: edgehog/bsp/nxp/linux-seco-imx@fae4edfb

[DRIVER] add SECO GSM power manager driver

--

Commit: edgehog/bsp/nxp/linux-seco-imx@99d821a9

[C61] add ov5640 csi support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@b09b416c

[C61] add port1, port2 can + port2 rtc support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@33015f4d

[C61] add port1, port2 rs485 support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@56176144

[C61] add port1, port2 rs232 support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@0abd86a0

[C61] add port1, port2 gpio support

  • enabled at u-boot: seco_config tool

--

Commit: edgehog/bsp/nxp/linux-seco-imx@9afe7e8d

[C61] add ecspi support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@a595ebd7

[C61] add eeprom support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@c2ae9179

[C61] add uart1, uart3, uart4 support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@cb4a195f

[C61] add ethernet support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@3c4b8a81

[C61] add seco,apx-wdog support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@69874217

[C61] add PWM buzzer support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@84d6e679

[C61] add lightsensor, accelerometer, gyro support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@4980ec5c

[C61] add flexspi support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@f874b237

[C61] add PWM support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@75f74b75

[C61] add usb support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@19c118a7

[C61] add pcie support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@4e646583

[C61] add gpio expander PCA6416 support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@fea3f727

[C61] add usdhc1 Murata 1MW support

Murata Type 1MW is based on Infineon CYW43455 chipset and utilizes Broadcom FullMAC WLAN driver.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@03c1a3d2

[C61] add usdhc2 SD support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@978c6088

[C61] enable early debug uart

--

Commit: edgehog/bsp/nxp/linux-seco-imx@75a05325

[C61] add pinctrl groups

--

Commit: edgehog/bsp/nxp/linux-seco-imx@1ed4cd9c

[C61] add PMIC

--

Commit: edgehog/bsp/nxp/linux-seco-imx@e6516aae

[C61][DTSI] set MMC enumeration

  • internal eMMC --> device 0
  • external SD --> device 1

--

Commit: edgehog/bsp/nxp/linux-seco-imx@aed1f620

[C61] clear dts from reference board peripherals

--

Commit: edgehog/bsp/nxp/linux-seco-imx@c1536ca7

[i.MX8MM][C61] init porting derived from nxp imx8mm-evk

--

Commit: edgehog/bsp/nxp/linux-seco-imx@1c560ecf

[DRIVER] update DSI-to-LVDS SN65DSI84 bridge

  • revert to previous bridge registration management: currently, on SoCs MX8M{M,N,P} the DSI host and bridge drivers go into deadlock, both waiting for the other to complete its registration.
  • refactor code: clean up, align to DSI-to-eDP SN65DSI86 driver structure

Merge request reports