Skip to content

[SANTINO] Add support to Santino board

Nicola Sparnacci requested to merge seco_lf-5.10.y_develop-santino into seco_lf-5.10.y

The board's device-tree has been ported from NE's kernel 5.15. Then adaptations have been applied to let the devices work. The main changes relate to:

  • display subsystem: the driver fsl,imx-parallel-display could not create the framebuffer and has been replaced with fsl,lcd.
  • audio: the driver simple-audio-card didn't create the sound card and has been replaced with fsl,imx-audio-sgtl5000 for SGTL5000 codec.

Moreover, some nodes (such as spreadspectrum and gfplatdetect) use custom drivers in NE kernel. These nodes are commented-out until the driver are not present.

JIRA Reference: https://secogroup.atlassian.net/browse/SANTINO-1

Merge request reports