Skip to content

Commit 36dd7a4

Browse files
l1kKalle Valo
authored andcommitted
wifi: mwifiex: Add missing compatible string for SD8787
Commit e3fffc1 ("devicetree: document new marvell-8xxx and pwrseq-sd8787 options") documented a compatible string for SD8787 in the devicetree bindings, but neglected to add it to the mwifiex driver. Fixes: e3fffc1 ("devicetree: document new marvell-8xxx and pwrseq-sd8787 options") Signed-off-by: Lukas Wunner <[email protected]> Cc: [email protected] # v4.11+ Cc: Matt Ranostay <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/320de5005ff3b8fd76be2d2b859fd021689c3681.1674827105.git.lukas@wunner.de
1 parent 6a142f7 commit 36dd7a4

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/marvell/mwifiex

1 file changed

+1
-0
lines changed

drivers/net/wireless/marvell/mwifiex/sdio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ static struct memory_type_mapping mem_type_mapping_tbl[] = {
480480
};
481481

482482
static const struct of_device_id mwifiex_sdio_of_match_table[] = {
483+
{ .compatible = "marvell,sd8787" },
483484
{ .compatible = "marvell,sd8897" },
484485
{ .compatible = "marvell,sd8997" },
485486
{ }

0 commit comments

Comments
 (0)