Skip to content

Commit 4e7e471

Browse files
LorenzoBianconikuba-moo
authored andcommitted
net: airoha: npu: Add missing MODULE_FIRMWARE macros
Introduce missing MODULE_FIRMWARE definitions for firmware autoload. Fixes: 23290c7 ("net: airoha: Introduce Airoha NPU support") Signed-off-by: Lorenzo Bianconi <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://patch.msgid.link/20250801-airoha-npu-missing-module-firmware-v2-1-e860c824d515@kernel.org Signed-off-by: Jakub Kicinski <[email protected]>
1 parent fa516c0 commit 4e7e471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ethernet/airoha/airoha_npu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ static struct platform_driver airoha_npu_driver = {
579579
};
580580
module_platform_driver(airoha_npu_driver);
581581

582+
MODULE_FIRMWARE(NPU_EN7581_FIRMWARE_DATA);
583+
MODULE_FIRMWARE(NPU_EN7581_FIRMWARE_RV32);
582584
MODULE_LICENSE("GPL");
583585
MODULE_AUTHOR("Lorenzo Bianconi <[email protected]>");
584586
MODULE_DESCRIPTION("Airoha Network Processor Unit driver");

0 commit comments

Comments
 (0)