Re: [PATCH] mt76: mt7915: expose device tree match table

From: AngeloGioacchino Del Regno
Date: Mon Feb 20 2023 - 04:05:15 EST


Il 18/02/23 12:29, Lorenz Brun ha scritto:
On MT7986 the WiFi driver currently does not get automatically loaded,
requiring manual modprobing because the device tree compatibles are not
exported into metadata.

Add the missing MODULE_DEVICE_TABLE macro to fix this.

Fixes: 99ad32a4ca3a2 ("mt76: mt7915: add support for MT7986")
Signed-off-by: Lorenz Brun <lorenz@xxxxxxxx>

I don't think that this commit needs a Fixes tag, as you're only adding (good)
auto-load commodity.

Regardless of that:

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>