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.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 26B2EC4727E for ; Sun, 4 Oct 2020 11:30:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7D4A207E8 for ; Sun, 4 Oct 2020 11:30:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="OmqRpUpH"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="ugHFctXJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726026AbgJDLa1 (ORCPT ); Sun, 4 Oct 2020 07:30:27 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:52764 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbgJDLaW (ORCPT ); Sun, 4 Oct 2020 07:30:22 -0400 From: Kurt Kanzenbach DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1601811020; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qXzLlkZeBJwPbRey6cA9ZGk3BHqbfpKavXh18Vgz7Ls=; b=OmqRpUpH40QqQcNtiMFWhXhh2UbRSX0WOakhn2jskSyMDr3P97G2f7p/yw3dpzJiNOf+Ey jyQA2XyX+78zGaZNWvMnr9h56A5/6y1fjqPEYjg04ifvs9P6w4exPM2hfRiY/EAM1nUfC7 ebgCqhXB0IH7rr2vwpNUBFEZpI3VAWphOvmb8QMxkl1nN/eb9uNAPGt5HInkps/PfAinXH 7jUSvGyxzXFdS0d3N8sMoFqWzK18TrUbYszaaXmnL6fnWEkbBD6T3mTrK/v9UGOo/SRDdG cIWznx9mpG6uvT59DQSIJj6nGsNw+bT1l6PMPc28pTxtuQ/MpE+Q6KhbrLoBJw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1601811020; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qXzLlkZeBJwPbRey6cA9ZGk3BHqbfpKavXh18Vgz7Ls=; b=ugHFctXJQeJaT2m8Q6NltEE3x28F3u+VU2zNHoNlrD0XDKniv9pRGG3h2VDhMXJuhTaGFU HFM+J/XnlMaFrcAQ== To: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean Cc: "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Sebastian Andrzej Siewior , Richard Cochran , Kamil Alkhouri , ilias.apalodimas@linaro.org, Kurt Kanzenbach , Rob Herring Subject: [PATCH net-next v6 6/7] dt-bindings: Add vendor prefix for Hirschmann Date: Sun, 4 Oct 2020 13:29:10 +0200 Message-Id: <20201004112911.25085-7-kurt@linutronix.de> In-Reply-To: <20201004112911.25085-1-kurt@linutronix.de> References: <20201004112911.25085-1-kurt@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hirschmann is building devices for automation and networking. Add them to the vendor prefixes. Signed-off-by: Kurt Kanzenbach Reviewed-by: Florian Fainelli Acked-by: Rob Herring --- 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 63996ab03521..6c4268b585cd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -433,6 +433,8 @@ patternProperties: description: HiDeep Inc. "^himax,.*": description: Himax Technologies, Inc. + "^hirschmann,.*": + description: Hirschmann Automation and Control GmbH "^hisilicon,.*": description: Hisilicon Limited. "^hit,.*": -- 2.20.1