crypto: qat - specify firmware files for 402xx
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Mon, 22 Apr 2024 14:13:17 +0000 (15:13 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 May 2024 10:44:44 +0000 (18:44 +0800)
commita3dc1f2b6b932a13f139d3be3c765155542c1070
treeccc60938713e9f6c4b8c0f285f986d11087e724b
parented265f7fd9a635d77c8022fc6d9a1b735dd4dfd7
crypto: qat - specify firmware files for 402xx

The 4xxx driver can probe 4xxx and 402xx devices. However, the driver
only specifies the firmware images required for 4xxx.
This might result in external tools missing these binaries, if required,
in the initramfs.

Specify the firmware image used by 402xx with the MODULE_FIRMWARE()
macros in the 4xxx driver.

Fixes: a3e8c919b993 ("crypto: qat - add support for 402xx devices")
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Damian Muszynski <damian.muszynski@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_4xxx/adf_drv.c