Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbdGQNoH (ORCPT ); Mon, 17 Jul 2017 09:44:07 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:57748 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbdGQNoG (ORCPT ); Mon, 17 Jul 2017 09:44:06 -0400 Date: Mon, 17 Jul 2017 15:44:01 +0200 From: Andrew Lunn To: sean.wang@mediatek.com Cc: john@phrozen.org, davem@davemloft.net, nbd@openwrt.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next v2 2/4] net-next: mediatek: add platform data to adapt into various hardware Message-ID: <20170717134401.GC30392@lunn.ch> References: <2987b7e3b40cfcd143b5da444c6722b5e92bc0b5.1500285278.git.sean.wang@mediatek.com> <20170717134309.GB30392@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170717134309.GB30392@lunn.ch> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 441 Lines: 14 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