bcm2712: enable MediaTek MT7925E PCIe Wi-Fi 7 #7205
Merged
+3
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The MT7925 PCIe driver (mt7925e) is currently not enabled in the bcm2712 defconfig, which prevents MT7925-based M.2/PCIe Wi-Fi cards (e.g. PCI ID 14c3:7925) from working out of the box on CM5 / Raspberry Pi 5 platforms.
This change enables CONFIG_MT7925E=m as a module, aligning it with the existing MT76 / MT7925 USB support (CONFIG_MT7925U=m).
Verified on a CM5 with a MediaTek MT7925 PCIe device: after rebuilding and installing the kernel and modules, modprobe mt7925e loads successfully and a WLAN interface is created.
Note: This driver requires
dtoverlay=pcie-32bit-dma-pi5to be enabled.See: #7046 (comment)