> const struct of_device_id of_mtk_match[] = {
> - { .compatible = "mediatek,mt2701-eth" },
> + { .compatible = "mediatek,mt2701-eth", .data = &mt2701_data},
> + { .compatible = "mediatek,mt7623-eth", .data = &mt7623_data},
> {},
Hi Sean
The binding document also lists "mediatek,mt7622-eth"?
Andrew

