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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DAE2BC433EF for ; Tue, 22 Feb 2022 07:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230372AbiBVHIo (ORCPT ); Tue, 22 Feb 2022 02:08:44 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:57418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230369AbiBVHIo (ORCPT ); Tue, 22 Feb 2022 02:08:44 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B564B0EBC; Mon, 21 Feb 2022 23:08:18 -0800 (PST) Received: from dggeme758-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4K2qrz1GCDzZfbC; Tue, 22 Feb 2022 15:03:47 +0800 (CST) Received: from [127.0.0.1] (10.67.102.125) by dggeme758-chm.china.huawei.com (10.3.19.104) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.21; Tue, 22 Feb 2022 15:08:16 +0800 Message-ID: <62148BE0.7060501@hisilicon.com> Date: Tue, 22 Feb 2022 15:08:16 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Greg Kroah-Hartman , Rob Herring , Roger Quadros , , , CC: David Heidelberg , Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add second HiSilicon prefix References: <20220221082228.34407-1-krzysztof.kozlowski@canonical.com> In-Reply-To: <20220221082228.34407-1-krzysztof.kozlowski@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.102.125] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggeme758-chm.china.huawei.com (10.3.19.104) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On 2022/2/21 16:22, Krzysztof Kozlowski wrote: > There are few boards DTS using "hisi,rst-syscon" property - > undocumented "hisi" prefix. The property will not be changed in DTS to > non-deprecated one, because of compatibility reasons. Add deprecated > "hisi" prefix to silence DT schema warnings. > > Cc: Wei Xu > Cc: David Heidelberg > Signed-off-by: Krzysztof Kozlowski Thanks! Reviewed-by: Wei Xu Best Regards, Wei > > --- > > See: > https://lore.kernel.org/all/61AF1E3B.5060706@hisilicon.com/ > https://www.spinics.net/lists/arm-kernel/msg887577.html > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index ebe294516937..79a172eaaaee 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -505,6 +505,9 @@ patternProperties: > description: Himax Technologies, Inc. > "^hirschmann,.*": > description: Hirschmann Automation and Control GmbH > + "^hisi,.*": > + description: HiSilicon Limited (deprecated, use hisilicon) > + deprecated: true > "^hisilicon,.*": > description: HiSilicon Limited. > "^hit,.*": >