On Mon, Jul 17, 2017 at 03:43:09PM +0200, Andrew Lunn wrote:
> >  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"?

Doh! The next patch adds it. Sorry for the noise.

     Andrew

Reply via email to