From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dongpo Li Subject: Re: [PATCH v2 1/4] net: hix5hd2_gmac: add generic compatible string Date: Tue, 20 Dec 2016 09:35:36 +0800 Message-ID: <58588AE8.4040901@hisilicon.com> References: <1480944481-118803-1-git-send-email-lidongpo@hisilicon.com> <1480944481-118803-2-git-send-email-lidongpo@hisilicon.com> <20161209223521.5dnj7l44e663sntl@rob-hp-laptop> <584E871D.7060200@hisilicon.com> <585796D6.1080407@hisilicon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: David Miller , Mark Rutland , Michael Turquette , Stephen Boyd , Russell King , Zhangfei Gao , Yisen Zhuang , , Arnd Bergmann , Andrew Lunn , Jiancheng Xue , , , netdev , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: Rob Herring Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2016/12/20 0:04, Rob Herring wrote: > On Mon, Dec 19, 2016 at 2:14 AM, Dongpo Li wrote: >> Hi Rob and David, >> >> On 2016/12/12 22:21, Rob Herring wrote: >>> On Mon, Dec 12, 2016 at 5:16 AM, Dongpo Li wrote: >>>> Hi Rob, >>>> >>>> On 2016/12/10 6:35, Rob Herring wrote: >>>>> On Mon, Dec 05, 2016 at 09:27:58PM +0800, Dongpo Li wrote: > > [...] > >>>>>> @@ -20,7 +25,7 @@ Required properties: >>>>>> >>>>>> Example: >>>>>> gmac0: ethernet@f9840000 { >>>>>> - compatible = "hisilicon,hix5hd2-gmac"; >>>>>> + compatible = "hisilicon,hix5hd2-gemac", "hisilicon,hisi-gemac-v1"; >>>>> >>>>> You can't just change compatible strings. >>>>> >>>> Okay, maybe I should name all the compatible string with the suffix "-gmac" instead of >>>> "-gemac". This can keep the compatible strings with the same suffix. Is this okay? >>>> Can I just add the generic compatible string without changing the SoCs compatible string? >>>> Like following: >>>> gmac0: ethernet@f9840000 { >>>> - compatible = "hisilicon,hix5hd2-gmac"; >>>> + compatible = "hisilicon,hix5hd2-gmac", "hisilicon,hisi-gmac-v1"; >>> >>> Yes, this is fine. >> >> As the patch series have been applied to net-next branch, >> in which way should I commit this compatible fix? >> Should I send a new patch fixing this compatible string error with "Fixes: xxx"? >> Looking forward to your reply! > > Yes to both. Okay, thanks for your reply! I will send the fix patch series as soon as possible. Regards, Dongpo .