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=-8.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,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 F23BDC433E1 for ; Fri, 29 May 2020 08:37:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7B6A2072D for ; Fri, 29 May 2020 08:37:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=xen0n.name header.i=@xen0n.name header.b="SG6YwROh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725913AbgE2IhH (ORCPT ); Fri, 29 May 2020 04:37:07 -0400 Received: from [115.28.160.31] ([115.28.160.31]:49902 "EHLO mailbox.box.xen0n.name" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1725306AbgE2IhF (ORCPT ); Fri, 29 May 2020 04:37:05 -0400 Received: from hanazono.local (unknown [116.236.177.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id D26B1600B5; Fri, 29 May 2020 16:37:01 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=xen0n.name; s=mail; t=1590741422; bh=vcez4Uof2phLwxNSzZXqwMGVMxaC1zLW1pHsq0myX3c=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=SG6YwROhbzgsHoBEWiufLmgZAk77BQRpFVYx9WLBgSkMfq3syoQzKNTr/H+QPGG7D yatqWt2/TfmdSFwOcAaupd/jqSDZt4xnnyc5VIa9ZG1WQnktn75OFHSMGNM0gY1+1i 2yOTP21DNPcWKVc80eOBKS32jEi65rdObG+YmrL0= Subject: Re: [PATCH 1/3] dt-bindings: mips: Document two Loongson generic boards To: Jiaxun Yang , maz@kernel.org Cc: Thomas Bogendoerfer , Rob Herring , Huacai Chen , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200529034338.1137776-1-jiaxun.yang@flygoat.com> <20200529034338.1137776-2-jiaxun.yang@flygoat.com> From: WANG Xuerui Message-ID: <8ecd4bdd-ad3a-7cd5-65b0-f8a637facc98@xen0n.name> Date: Fri, 29 May 2020 16:37:01 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.0a1 MIME-Version: 1.0 In-Reply-To: <20200529034338.1137776-2-jiaxun.yang@flygoat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiaxun, On 2020/5/29 11:43, Jiaxun Yang wrote: > Document loongson3-8core-ls7a and loongson3-r4-ls7a, with > two boards LS7A PCH. "with two boards LS7A PCH" -- maybe you mean "two boards with LS7A PCH"? > > Signed-off-by: Jiaxun Yang > --- > .../devicetree/bindings/mips/loongson/devices.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml > index 74ed4e397a78..6164b0fcb493 100644 > --- a/Documentation/devicetree/bindings/mips/loongson/devices.yaml > +++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml > @@ -24,4 +24,12 @@ properties: > - description: Generic Loongson3 Octa Core + RS780E > items: > - const: loongson,loongson3-8core-rs780e > + > + - description: Generic Loongson3 Quad Core + LS7A > + items: > + - const: loongson,loongson3-8core-ls7a > + > + - description: Generic Loongson3 Release 4 + LS7A "R4" instead of "Release 4", as in /proc/cpuinfo output? > + items: > + - const: loongson,loongson3-r4-ls7a > ...