Skip to content

Integrate meta-seco-imx/linux-seco-imx/seco_lf-5.10.y_develop-c57

Commit: edgehog/layers/seco/meta-seco-imx@17233af6

Integrate linux-seco-imx/seco_lf-5.10.y_develop-c57

--

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

[C57] Rework LVDS and eDP to remove always-on regulators

The regulators related to vcc_blk_sw and vcc_lcd_sw have been modified removing the regulator-always-on entry. This change requires that:

  • the backlight node has the enable-gpio and the power-supply correctly set (now added);
  • the panel node has the backlight, power-supply and enable-gpio correctly set (now added).

The regulator enabling the backlight has been removed because it has the same function of enable-gpio in the backlight node.

Additionally, all the display-related nodes have been refactored to move all the related nodes into their overlays.

--

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

[C57][C57-72] Add watchdog node to kernel dts

The watchdog feature is activated by default from the SCFW.

The watchdog node was already configured in the file imx8qxp.dtsi that is included in C57's device tree.

This commit only copies the watchdog node to the linux device tree to configure the timeout easier.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@95de5b1f

[C57][C57-29] Add RS485 support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@61dc6e69

[C57][OVERLAY][C57-40] Add dual channel LVDS 1920x1080

Tested the panel Innolux G156HCE-L01.

--

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

[C57][OVERLAY][C57-43] Add 1280x800 LVDS panel

Tested with FN101PGRGUL034C 1280*800 with cable LVDS CV-1412/240.

The panel is AUO G101EAN02.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@4717a027

[C57][DTS][C57-30] Add CAN support

--

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

[C57][OVERLAY][C57-66] Add 800x480 LVDS panel

Tested with FN070PGRGUL037C 800x480 with cable LVDS CV-1408/750.

The panel is Innolux NE070NB-04F.

--

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

[C57][DTS][C57-65] Add I2C1

The I2C1 is connected to the I2C touch socket.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@84901c58

[C57][DTS][C57-49] Add mini-PCIe support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@85ae2f84

[C57][DTS][OVERLAY][C57-46] Add eDP support

Test with panel BOE EV156FHM-N10 1920x1080.

--

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

[C57][DTS][C57-64] Add ADC support

--

Commit: edgehog/bsp/nxp/linux-seco-imx@34e96980

[C57][DTS][C57-63] Add EEPROM support

--

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

[C57][DTS][C57-53] Add CortexM4 UART

--

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

[C57][DTS][C57-62] Add QSPI flash support

--

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

[C57][DTS][C57-54] Add support to GPIO expander

--

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

[C57][DTS][C57-48] Add USB2.0 hub

--

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

[C57][DTS][C57-60] Add bluetooth support

--

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

[C57][DTS][C57-59] Add WiFi support

Requires the firmware to be in the filesystem. For this, it requires the machine configuration to include:

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " \
   linux-firmware-sd8997 \
"

--

Commit: edgehog/bsp/nxp/linux-seco-imx@7cdc0c27

[C57][DTS][OVERLAY][C57-42] Add LVDS 1024x600 support

Add overlay to enable the LVDS panel 1024x600.

--

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

[C57][DTS] Enable LVDS backlight

--

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

[C57][DTS][C57-34, C57-35] Add Ethernet support

--

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

[C57][NON-FUNCTIONAL] Convert tabs to spaces

--

Commit: edgehog/bsp/nxp/linux-seco-imx@334825c1

[C57][DTS][C57-32] Add support to eMMC and USB 3.0

Add to the device tree the required nodes to load the file system from USB 3.0 or eMMC.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@71b9b022

[C57][DTS] Add minimal device tree

Add the minimal device tree in order to correctly boot the board loading the filesystem with NFS (USB and eMMC are not supported yet).

Merge request reports