mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
net: stmmac: dwmac-sophgo: Add support for Sophgo SG2042 SoC
Adds device id of the ethernet controller on the Sophgo SG2042 SoC. Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Tested-by: Han Gao <rabenda.cn@gmail.com> Link: https://patch.msgid.link/20250708064052.507094-3-inochiama@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
e281c48a73
commit
543009e2d4
@@ -54,6 +54,7 @@ static int sophgo_dwmac_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct of_device_id sophgo_dwmac_match[] = {
|
||||
{ .compatible = "sophgo,sg2042-dwmac" },
|
||||
{ .compatible = "sophgo,sg2044-dwmac" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user