Changes between Version 36 and Version 37 of venice/mipi

Timestamp:
12/21/2023 07:57:44 PM (11 months ago)
Author:
Ryan Erbstoesser
Comment:

add overlay info

Legend:

Unmodified
Added
Removed
Modified
  • venice/mipi

    v36 v37  
    152152 * Digital Mixer
    153153
    154 Software notes:
     154==== GW16157 Software
    155155 - Kernel drivers/modules: (recommended to set static if possible)
    156156  * snd-soc-fsl-sai CONFIG_SND_SOC_FSL_SAI SND_IMX_SOC
     
    158158  * snd-soc-simple-card CONFIG_SND_SIMPLE_CARD
    159159  * CONFIG_SND_IMX_SOC
    160  - Device tree overlays are required
     160 - Device tree overlays are required and would be something like the following:
     161  * GW72xx: imx8mm-venice-gw72xx-0x-gw16157.dtbo
     162  * GW73xx: imx8mm-venice-gw73xx-0x-gw16157.dtbo
     163  * GW74xx: imx8mp-venice-gw74xx-gw16157.dtbo
     164  * More about device tree overlays here: [wiki:linux/devicetree#overlay]
     165  * Example bootloader command for GW72xx:
     166   * {{{
     167setenv fdt_overlays imx8mm-venice-gw72xx-0x-gw16157.dtbo
     168saveenv
     169}}}
     170
    161171
    162172A sample script used for testing: