mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 21:53:21 -04:00
net: dsa: mt7530: fix module autoloading for OF platform drivers
[ Upstream commit 3c82b372a9 ]
It's required to create a modules.alias via MODULE_DEVICE_TABLE helper
for the OF platform driver. Otherwise, module autoloading cannot work.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
77c18f7ea4
commit
07af604f00
@@ -1122,6 +1122,7 @@ static const struct of_device_id mt7530_of_match[] = {
|
||||
{ .compatible = "mediatek,mt7530" },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, mt7530_of_match);
|
||||
|
||||
static struct mdio_driver mt7530_mdio_driver = {
|
||||
.probe = mt7530_probe,
|
||||
|
||||
Reference in New Issue
Block a user