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 5C617C433EF for ; Mon, 21 Feb 2022 20:21:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233597AbiBUUWG (ORCPT ); Mon, 21 Feb 2022 15:22:06 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:58160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbiBUUWF (ORCPT ); Mon, 21 Feb 2022 15:22:05 -0500 X-Greylist: delayed 506 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 21 Feb 2022 12:21:41 PST Received: from ixit.cz (ip-94-112-206-30.net.upcbroadband.cz [94.112.206.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD4781083 for ; Mon, 21 Feb 2022 12:21:41 -0800 (PST) Received: from [10.0.0.111] (_gateway [10.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 017CA20056; Mon, 21 Feb 2022 21:13:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1645474387; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qH/9p1w6QC2hLIU0utsg/6yIl4selFdaqpNjspWxRvA=; b=pkZi2gwc9ZHBBYwbaC0tJt7ppT0MF2oIaUdtZRokZeebn1CxsczIznK9kGCzK3yJu4IfJ+ 19XxjEAnUW3d00x5VPovcLeXUJJaDTEWf0cdmvn1ceumyNELXXcxCuHkxBKJYmpCDIw2Qz ymrTJpCIfjrOTh9F+0GerkJeaqgTYUA= Date: Mon, 21 Feb 2022 21:13:00 +0100 From: David Heidelberg Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add second HiSilicon prefix To: Krzysztof Kozlowski Cc: Greg Kroah-Hartman , Rob Herring , Roger Quadros , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Wei Xu Message-Id: In-Reply-To: <20220221082228.34407-1-krzysztof.kozlowski@canonical.com> References: <20220221082228.34407-1-krzysztof.kozlowski@canonical.com> X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Reviewed-by: David Heidelberg On Mon, Feb 21 2022 at 09:22:26 +0100, 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 > > --- > > 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,.*": > -- > 2.32.0 >