Changes between Version 36 and Version 37 of venice/mipi
- Timestamp:
- 12/21/2023 07:57:44 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/mipi
v36 v37 152 152 * Digital Mixer 153 153 154 Software notes: 154 ==== GW16157 Software 155 155 - Kernel drivers/modules: (recommended to set static if possible) 156 156 * snd-soc-fsl-sai CONFIG_SND_SOC_FSL_SAI SND_IMX_SOC … … 158 158 * snd-soc-simple-card CONFIG_SND_SIMPLE_CARD 159 159 * 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 * {{{ 167 setenv fdt_overlays imx8mm-venice-gw72xx-0x-gw16157.dtbo 168 saveenv 169 }}} 170 161 171 162 172 A sample script used for testing: