]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: airoha: npu: Add the capability to read firmware names from dts
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 20 Jan 2026 10:17:18 +0000 (11:17 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Jan 2026 03:17:55 +0000 (19:17 -0800)
commit3847173525e307ebcd23bd4863da943ea78b0057
treed7c56e950f69f5a323fce2fa745369a463cb8fd7
parent03135a5a6ed37329ea8d0add992ab15555dc612d
net: airoha: npu: Add the capability to read firmware names from dts

Introduce the capability to read the firmware binary names from device-tree
using the firmware-name property if available.
This patch is needed because NPU firmware binaries are board specific since
they depend on the MediaTek WiFi chip used on the board (e.g. MT7996 or
MT7992) and the WiFi chip version info is not available in the NPU driver.
This is a preliminary patch to enable MT76 NPU offloading if the Airoha SoC
is equipped with MT7996 (Eagle) WiFi chipset.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260120-airoha-npu-firmware-name-v4-2-88999628b4c1@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/airoha/airoha_npu.c