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=-10.1 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,URIBL_BLOCKED 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 63539C433E2 for ; Tue, 1 Sep 2020 12:55:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40E16206CD for ; Tue, 1 Sep 2020 12:55:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="k0bsQBLr"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="3KJxfcnR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727099AbgIAMyw (ORCPT ); Tue, 1 Sep 2020 08:54:52 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:40188 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728157AbgIAMuj (ORCPT ); Tue, 1 Sep 2020 08:50:39 -0400 From: Kurt Kanzenbach DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1598964634; 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=k0bsQBLrhXOoQrgz148QKpPp4AVPjwePblpgLwiBplkqgsjUbV+7ssUeIWHH/MlzLpU+AG BOaCcfamKrgaYK47s3braLBz4Y85QVe1m+TYoj83mkj3TzRNLt/XmClp0rxF3tV/xv/MDw nGI4L4gXxx8DUypD0nLA2G7coYTXi4iWHjnSrZK1FHb84ycqxtBR9xBmJ5B0pZxveNTCJC hXQU8tiXBxD6xXDBv+yKW3CkBoShHDwvQj3PPigFiDll0pA1Zl1myJK34r9AxfpkgFI5zJ xW5N6bzX0Tzx59OE+zogpCzc3ERFDsH+76YBSKOtUh1eYUGLxfY8zqg43Tkylw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1598964634; 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=3KJxfcnR9c4JcwGRv5hrP0HN4NkqvWDLy6xqZQnqf631y+F4Wyh9qplQIzwhz4nbtMjGmg tO/m3j9f8LvBQNCg== To: Andrew Lunn , Vivien Didelot , Florian Fainelli 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, Vladimir Oltean , Kurt Kanzenbach , Rob Herring Subject: [PATCH v4 6/7] dt-bindings: Add vendor prefix for Hirschmann Date: Tue, 1 Sep 2020 14:50:13 +0200 Message-Id: <20200901125014.17801-7-kurt@linutronix.de> In-Reply-To: <20200901125014.17801-1-kurt@linutronix.de> References: <20200901125014.17801-1-kurt@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@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