From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932751AbbJaBkl (ORCPT ); Fri, 30 Oct 2015 21:40:41 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:38498 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932206AbbJaBkj (ORCPT ); Fri, 30 Oct 2015 21:40:39 -0400 Message-ID: <56341C00.8080303@hisilicon.com> Date: Sat, 31 Oct 2015 09:40:16 +0800 From: huangdaode User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Arnd Bergmann CC: , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH RESEND v2 net-next] net: hisilicon: updates HNS config and documents References: <1445944594-244149-1-git-send-email-huangdaode@hisilicon.com> <4549013.K7sn8Pca5b@wuerfel> In-Reply-To: <4549013.K7sn8Pca5b@wuerfel> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.13.165] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/30 22:20, Arnd Bergmann wrote: > On Tuesday 27 October 2015 19:16:34 huangdaode wrote: >> mdio@803c0000 { >> #address-cells = <1>; >> #size-cells = <0>; >> - compatible = "hisilicon,mdio","hisilicon,hns-mdio"; >> + compatible = "hisilicon,hns-mdio","hisilicon,mdio"; >> reg = <0x0 0x803c0000 0x0 0x10000>; >> >> > Does "hisilicon,mdio" actually have a specific meaning? Is that just there > for legacy reasons? > > Arnd > > . > hi Arnd, "hisilicon,mdio" is the gernerical configuation compatible for the default hisilicon chip, We use generic hisilicon since our MDIO/PHY is same across flavour of SoCs. -- Best Regards Daode Huang