[PATCH net-next v2 2/4] net-next: mediatek: add platform data to adapt into various hardware

Andrew Lunn andrew at lunn.ch
Mon Jul 17 06:44:01 PDT 2017


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



More information about the Linux-mediatek mailing list