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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 8E530C432C0 for ; Wed, 20 Nov 2019 18:20:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 084CC208A1 for ; Wed, 20 Nov 2019 18:20:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eKvy5GCA"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gerhold.net header.i=@gerhold.net header.b="mRaUzbnK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 084CC208A1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gerhold.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=G5C0yLvsSlruAndPicsrHxp1+u9M0pGrA4CpFxJgIQU=; b=eKvy5GCA1QDupL FrLlkhqeGVvhao3WTdz6Bph8NKGmzTxFXOildda6t6eVKkM+ocBgqV5aAB2yPbSbL2/u1CF2W5xLw PI2HlTnU4rMfEbTJPND9fHA4Mpka+XxkF5HtUCJM8D3NepbYSOxjU2Y7GztlBCBZeh+6faxSTZuem zxT638P84U8ehO2yJFgyQ/T1G+OeWWmjXu+vPEd/Hl0ouZFcpilFkjxxNB9kKip27vsDe3A2T7OEs RScURcVVe417ghmXGFZegjceN9Z3gSiG5ErR1XvyQyGT9pyJmvoZkNvCWCnV/0arXdWaT9fWKsLsd fSrK/nFaIddaK54HP62A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iXUa9-0005gg-2T; Wed, 20 Nov 2019 18:20:01 +0000 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::3]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iXUa5-0005dw-IF for linux-arm-kernel@lists.infradead.org; Wed, 20 Nov 2019 18:19:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1574273990; s=strato-dkim-0002; d=gerhold.net; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=B1t/R73PXBi/xcZmdsHyecP+fHfXT1zfLtf97yMLTVQ=; b=mRaUzbnKkWzVZHjSwDZY8hxnaLAz0TW7+5bSideDlKGuLOnLTb82l138/eSfgFFigp qGyYJOs2oOlSrjJWkkfiYJeysIWMrc6HZ4fOVs3tuVKy/qjzclCUKFqBV5SC60qHZc2h 6TCD/k1SNSQZ4sReWH40J808IdOziVKfEixX8kH7/tlOBHEhIrVe6zYmnIwxs3BIpASg tFxta4zYvzJjKSyvzFfZ07rRMK1goSf4nHOfZaCjxvZajxN3jwMRew5jiQYwfQr9w+vf KkVAh+l6sYx3IYToRUjhoMUrkQtbQidNdqVyRDPxdyd0gIyfre3eIBZmmrzCkmloKS9+ 6lUA== X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVORvLd4SsytBXQrEOHTIXs8Lvtn4=" X-RZG-CLASS-ID: mo00 Received: from localhost.localdomain by smtp.strato.de (RZmta 44.29.0 AUTH) with ESMTPSA id e07688vAKIJlvAZ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 20 Nov 2019 19:19:47 +0100 (CET) From: Stephan Gerhold To: Linus Walleij , Rob Herring Subject: [PATCH v2 2/4] dt-bindings: vendor-prefixes: Deprecate "ste" and "st-ericsson" Date: Wed, 20 Nov 2019 19:18:55 +0100 Message-Id: <20191120181857.97174-2-stephan@gerhold.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191120181857.97174-1-stephan@gerhold.net> References: <20191120181857.97174-1-stephan@gerhold.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191120_101957_766543_AD9BA8BA X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. 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: Mark Rutland , devicetree@vger.kernel.org, Stephan Gerhold , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Until now, device tree bindings for ST-Ericsson have been added inconsistently with one of 3 possible vendor prefixes. "stericsson" is the most commonly used vendor prefix, so deprecate "ste" and "st-ericsson". Suggested-by: Rob Herring Signed-off-by: Stephan Gerhold --- Changes in v2: new patch --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index c9b0bab8ed23..490b5cc6b8e6 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -907,10 +907,12 @@ patternProperties: description: Startek "^ste,.*": description: ST-Ericsson + deprecated: true "^stericsson,.*": description: ST-Ericsson "^st-ericsson,.*": description: ST-Ericsson + deprecated: true "^summit,.*": description: Summit microelectronics "^sunchip,.*": -- 2.24.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel