From cda11dc260b5b1ce2809e27321ff0ad9f469839f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 1 Dec 2018 17:34:03 -0200 Subject: [PATCH] imx7d-pico: Add ATH10K firmware The new revisions of the SoM use the Atheros QCA9377 WiFi chip and to allow its use out of box we need to add the firmware for the default installation set. Signed-off-by: Otavio Salvador --- conf/machine/imx7d-pico.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf index c80b511..ec68c27 100644 --- a/conf/machine/imx7d-pico.conf +++ b/conf/machine/imx7d-pico.conf @@ -40,6 +40,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ MACHINE_EXTRA_RRECOMMENDS += " \ bcm4339-nvram-config \ + linux-firmware-ath10k \ " WKS_FILES ?= "imx-uboot-spl.wks.in"