From a68f6942bc539c3e27afbb40fdc726fe1affea5b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 25 Jan 2017 08:23:38 +0100 Subject: mediatek: update the ethernet compat string mt2701 is an earlier version of the ip core, so use that compat string as baseline. Signed-off-by: John Crispin --- .../0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch') diff --git a/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch b/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch index 85aa93d..9d44592 100644 --- a/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch +++ b/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch @@ -1817,7 +1817,7 @@ Signed-off-by: John Crispin +} + +const struct of_device_id of_mtk_match[] = { -+ { .compatible = "mediatek,mt7623-eth" }, ++ { .compatible = "mediatek,mt2701-eth" }, + {}, +}; + -- cgit v1.1