diff options
| author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2026-01-14 18:13:35 +0100 |
|---|---|---|
| committer | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2026-01-16 14:41:55 +0100 |
| commit | 748252bebfc5a43e6e1a71d0fac389fc79f78fce (patch) | |
| tree | 16e2e3f6a952858a220d10d7a1ea397a8311cea4 | |
| parent | b7c2b2e4b11f57a6807f2ace5094007e210d921d (diff) | |
machine: lino-imx93: Add default overlays
Add the overlays used as defaults for the machine.
For Lino IMX93, these are: DSI to HDMI, SPI1 and SPI2 as spidev.
Related-to: ELB-6728
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
(cherry picked from commit f104cc1105e4d56b8d6953e381aefdf424419889)
| -rw-r--r-- | conf/machine/lino-imx93.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/lino-imx93.conf b/conf/machine/lino-imx93.conf index 55370de..b17bdb1 100644 --- a/conf/machine/lino-imx93.conf +++ b/conf/machine/lino-imx93.conf @@ -71,6 +71,10 @@ IMAGE_FSTYPES += "teziimg" UBOOT_BINARY_TEZI_EMMC = "imx-boot" OFFSET_BOOTROM_PAYLOAD = "0" -TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = "" +TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = " \ + lino-imx93_dsi-to-hdmi_overlay.dtbo \ + lino-imx93_spi1_spidev_overlay.dtbo \ + lino-imx93_spi2_spidev_overlay.dtbo \ +" TORADEX_PRODUCT_IDS = "0217" |
