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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 AA2B6C433FE for ; Tue, 7 Sep 2021 10:27:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CFA1610E9 for ; Tue, 7 Sep 2021 10:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245599AbhIGK3A (ORCPT ); Tue, 7 Sep 2021 06:29:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233661AbhIGK27 (ORCPT ); Tue, 7 Sep 2021 06:28:59 -0400 Received: from yawp.biot.com (yawp.biot.com [IPv6:2a01:4f8:10a:8e::fce2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D174FC061757 for ; Tue, 7 Sep 2021 03:27:53 -0700 (PDT) Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mNYKV-00CH2X-VN for devicetree@vger.kernel.org; Tue, 07 Sep 2021 12:27:52 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] (helo=sumner.biot.com) by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mNYKC-00CGx0-BC; Tue, 07 Sep 2021 12:27:32 +0200 Received: from bert by sumner.biot.com with local (Exim 4.93) (envelope-from ) id 1mNYKB-000COo-RM; Tue, 07 Sep 2021 12:27:31 +0200 From: Bert Vermeulen To: Rob Herring , Krzysztof Kozlowski , Shawn Guo , Oleksij Rempel , Joel Stanley , Daniel Palmer , Max Merchel , Hao Fang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, John Crispin , Bert Vermeulen Subject: [PATCH v2 1/5] dt-bindings: Add vendor prefix for Airoha Date: Tue, 7 Sep 2021 12:27:18 +0200 Message-Id: <20210907102722.47543-2-bert@biot.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210907102722.47543-1-bert@biot.com> References: <20210907102722.47543-1-bert@biot.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: John Crispin Add vendor prefix "airoha" for Airoha. Signed-off-by: John Crispin Signed-off-by: Bert Vermeulen --- 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 07fb0d25fc15..e9c956535f97 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -333,6 +333,8 @@ patternProperties: description: EBV Elektronik "^eckelmann,.*": description: Eckelmann AG + "^airoha,.*": + description: Airoha "^edt,.*": description: Emerging Display Technologies "^eeti,.*": -- 2.25.1