From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbdB0BZm (ORCPT ); Sun, 26 Feb 2017 20:25:42 -0500 Received: from szxga01-in.huawei.com ([45.249.212.187]:3297 "EHLO dggrg01-dlp.huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751117AbdB0BZl (ORCPT ); Sun, 26 Feb 2017 20:25:41 -0500 Subject: Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board To: =?UTF-8?Q?Andreas_F=c3=a4rber?= References: <1487752716-14824-1-git-send-email-xuejiancheng@hisilicon.com> <1487752716-14824-2-git-send-email-xuejiancheng@hisilicon.com> CC: , , , , , , , , , , , , From: Jiancheng Xue Message-ID: <798bfd0e-bd8d-a75d-e841-53d82b513f94@hisilicon.com> Date: Mon, 27 Feb 2017 09:24:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.245.211] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090205.58B37FDD.0098,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: cf350d2e4c56de69e7d87751a4d8dc16 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andreas, On 2017/2/26 9:32, Andreas Färber wrote: > Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: >> Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. >> >> Signed-off-by: Jiancheng Xue >> --- >> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> index f1c1e21..1fd3dd7 100644 >> --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> @@ -4,6 +4,10 @@ Hi3660 SoC >> Required root node properties: >> - compatible = "hisilicon,hi3660"; >> >> +Hi3798cv200 Poplar Board >> +Required root node properties: >> + - compatible = "hisilicon,hi3798cv200-poplar", "hisilicon,hi3798cv200"; > > Please remember to CC previous reviewers. > Sorry for that. > This still looks wrong: Why is this not "hisilicon,poplar" if you choose > against "tocoding,poplar"? I didn't think it was very important thing whether the compatbile string contained a preceding SoC name or not. I just referred to the hikey board and some other HiSilicon boards. I wanted to keep using the same rule with them. > Is there a second Poplar board with a different SoC? I can't tell about this now. > Even then it would be redundant with the second > compatible string. > The second compatilbe string can be removed here. Thanks. Regards, Jiancheng > Regards, > Andreas > >> + >> Hi4511 Board >> Required root node properties: >> - compatible = "hisilicon,hi3620-hi4511"; >