Skip to content

Commit

Permalink
Fix use of tas2563 not newer tas driver
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Oct 29, 2024
1 parent b671f22 commit dcbe00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/imx8mm-jaguar-sentai.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KERNEL_MODULE_AUTOLOAD:imx8mm-jaguar-sentai = " i2c-dev leds-lp50xx spidev"
MACHINE_FEATURES:remove:imx8mm-jaguar-sentai = " nxp8987-sdio"

# Need to remove nxpiw612 to build SDK as for some reason it errors with a conflict with linux-firmware
MACHINE_FEATURES:append:imx8mm-jaguar-sentai = " nxpiw612-sdio tas2781 bgt60"
MACHINE_FEATURES:append:imx8mm-jaguar-sentai = " nxpiw612-sdio tas2563 bgt60"
#MACHINE_FEATURES:append:imx8mm-jaguar-sentai = " tas2781 bgt60"
#MACHINE_FEATURES:remove:imx8mm-jaguar-sentai = " nxpiw612-sdio"

Expand Down

0 comments on commit dcbe00c

Please sign in to comment.