Skip to content

Integrate linux-guf/linux-5.15.29-guf-santvend-dts

Commit: seco-ne/kernel/linux-guf@840d8679

arm: dts: Add support for SANTVEND

Add support for SECO SANTVEND platform. The SANTVEND platform is based on NXP i.MX6 Solo, DualLite, Dual or Quad SoCs. This platform supports:

  • Audio;
  • Buttons;
  • CAN;
  • eMMC;
  • External battery;
  • I2C Touch Controller;
  • LEDs;
  • LVDS Display;
  • MDB;
  • RS232;
  • RTC;
  • SD-Card;
  • Temperature Sensor;
  • USB.

The changes are ported from Yocto Jethro BSP (linux-imx-4.1.15).

Signed-off-by: Dmitry Petrov dmitry.petrov@rtsoft.de

--

Commit: seco-ne/kernel/linux-guf@97a2cce7

arm: dts: san*: Fix compatible string for rtc-pcf8563

Update a compatible string in the "rtc" node for all SAN boards. The device uses an out-of-tree driver with SECO specific changes. A new compatible ID can be found in the source code of the driver [1].

Links: [1] https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/blob/11c61f6430542b0516a6446d0585526fc1eed86c/recipes-kernel/modules/rtc-pcf8563-guf/rtc-pcf8563-guf.c#L618

Signed-off-by: Dmitry Petrov dmitry.petrov@rtsoft.de

--

Commit: seco-ne/kernel/linux-guf@2083a6d3

arm: dts: san*: Add missing pin-muxes for SANTVEND

The commit adds pin-muxes configuration which is specific for SANTVEND platform. These changes are ported from Yocto Jethro BSP (linux-imx-4.1.15).

And according to current device tree abstraction schema and to internal rules, pin-muxes for iomuxc node are added to device tree with definitions common for all SAN* platforms.

Signed-off-by: Dmitry Petrov dmitry.petrov@rtsoft.de

Merge request reports