From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24F2CC4727E for ; Thu, 24 Sep 2020 03:27:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E834B23899 for ; Thu, 24 Sep 2020 03:27:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727006AbgIXD1e (ORCPT ); Wed, 23 Sep 2020 23:27:34 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14268 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726572AbgIXD1d (ORCPT ); Wed, 23 Sep 2020 23:27:33 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 42232317F7D5E91447CD; Thu, 24 Sep 2020 11:27:32 +0800 (CST) Received: from [127.0.0.1] (10.174.177.253) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 24 Sep 2020 11:27:25 +0800 Subject: Re: [PATCH v2 1/4] dt-bindings: arm: hisilicon: add binding for SD5203 SoC To: Rob Herring CC: Wei Xu , devicetree , linux-arm-kernel , linux-kernel , Libin , Kefeng Wang References: <20200919064555.3616-1-thunder.leizhen@huawei.com> <20200919064555.3616-2-thunder.leizhen@huawei.com> <20200923205905.GA1296543@bogus> From: "Leizhen (ThunderTown)" Message-ID: <76a3d247-d3e4-bd8c-2c4e-252908024cb0@huawei.com> Date: Thu, 24 Sep 2020 11:27:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20200923205905.GA1296543@bogus> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/9/24 4:59, Rob Herring wrote: > On Sat, Sep 19, 2020 at 02:45:52PM +0800, Zhen Lei wrote: >> Add devicetree binding for Hisilicon SD5203 SoC. >> >> Signed-off-by: Zhen Lei >> --- >> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 5 +++++ >> 1 file changed, 5 insertions(+) > > Please convert this to DT schema format first. OK, I will do it. > >> >> diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> index a97f643e7d1c760..5d80070bfb13fc0 100644 >> --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> @@ -56,6 +56,11 @@ HiP07 D05 Board >> Required root node properties: >> - compatible = "hisilicon,hip07-d05"; >> >> +SD5203 SoC >> +Required root node properties: >> + - compatible = "hisilicon,sd5203"; >> + >> + >> Hisilicon system controller >> >> Required properties: >> -- >> 1.8.3 >> >> > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0627C4741F for ; Thu, 24 Sep 2020 03:28:54 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DA942388A for ; Thu, 24 Sep 2020 03:28:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="i6OFdJnI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DA942388A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OZwlLPHlRA+2riAJL+R+HSgyypMTES2eKTfkjhD1R3E=; b=i6OFdJnIp0ZTXzaBK7bMfQYdk F/NsamujKo2vFFZTba97BOILWJyYXwFdK5SNn4/+mj1yMRF30DxG5FIvJ7c5Sm0Mkyc+5SeSW5NGx uRFtRYNFvOB6DyHfjYI6THkoz27NTKQeKy7HEMprx2kZx1bLCupjfyz5bGHrw67MuOCqRA2kZ1KOc I5rgXDwzoU9QDFfIJsjgSH3+24UJxf+esCYFO+66RAuPDZG4o2n+U9eocuZJXHc3SeFL9aeP2f58v HyhOszBnei3mmMONJ5Dt8Xg4RHMgzUvsgK2vbvjEBcq1B/mUN5z55lZC2gLmNaU9mOuqhfQ6OTz1e cct3mxbkw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLHv0-0002GY-Bx; Thu, 24 Sep 2020 03:27:38 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190] helo=huawei.com) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLHux-0002Fr-Su for linux-arm-kernel@lists.infradead.org; Thu, 24 Sep 2020 03:27:36 +0000 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 42232317F7D5E91447CD; Thu, 24 Sep 2020 11:27:32 +0800 (CST) Received: from [127.0.0.1] (10.174.177.253) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 24 Sep 2020 11:27:25 +0800 Subject: Re: [PATCH v2 1/4] dt-bindings: arm: hisilicon: add binding for SD5203 SoC To: Rob Herring References: <20200919064555.3616-1-thunder.leizhen@huawei.com> <20200919064555.3616-2-thunder.leizhen@huawei.com> <20200923205905.GA1296543@bogus> From: "Leizhen (ThunderTown)" Message-ID: <76a3d247-d3e4-bd8c-2c4e-252908024cb0@huawei.com> Date: Thu, 24 Sep 2020 11:27:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20200923205905.GA1296543@bogus> Content-Language: en-US X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200923_232736_229848_86CF7ED8 X-CRM114-Status: GOOD ( 13.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Kefeng Wang , linux-kernel , Wei Xu , Libin , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020/9/24 4:59, Rob Herring wrote: > On Sat, Sep 19, 2020 at 02:45:52PM +0800, Zhen Lei wrote: >> Add devicetree binding for Hisilicon SD5203 SoC. >> >> Signed-off-by: Zhen Lei >> --- >> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 5 +++++ >> 1 file changed, 5 insertions(+) > > Please convert this to DT schema format first. OK, I will do it. > >> >> diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> index a97f643e7d1c760..5d80070bfb13fc0 100644 >> --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt >> @@ -56,6 +56,11 @@ HiP07 D05 Board >> Required root node properties: >> - compatible = "hisilicon,hip07-d05"; >> >> +SD5203 SoC >> +Required root node properties: >> + - compatible = "hisilicon,sd5203"; >> + >> + >> Hisilicon system controller >> >> Required properties: >> -- >> 1.8.3 >> >> > > . > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel