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 DC54DC54EBC for ; Wed, 11 Jan 2023 12:42:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229983AbjAKMmU (ORCPT ); Wed, 11 Jan 2023 07:42:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232120AbjAKMmS (ORCPT ); Wed, 11 Jan 2023 07:42:18 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC749FD for ; Wed, 11 Jan 2023 04:42:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1673440937; x=1704976937; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vw0K0hVerqbC3ncuayOcM+LIeJ26Au0AerfJxM97xDo=; b=OIpInb3P4+vs8g/Llex8KBR9oy6nsheLZzfXtw+eqL6P4BuD7na6XBum PfZjbH9Du4BMdSUjshzs2awoeoWjGZLXTctq09IeAH/oOtWXURmOJvJM7 lWBgSlop9rwANz61yy4kKrE19uBrFcj2VbnvDAq7KZ8AHgHCSwfZTyfxG OFwnwR8JGx8cMjWnbeTuUX/Nc/s+EGE5RYIZPGUUcN6cHX/kDPzsy02rq NZ1D9N5oGUyd7/1zm3MzcxBW4peoTNNJzn5QSnp/AddiohJ/iPr9a85ek aV5Rmx3Xpqrr0OnSXEVfUD/WTsVLR4FDQHrTYWqyHyGERIVEsgPb064Dx g==; X-IronPort-AV: E=Sophos;i="5.96,317,1665471600"; d="scan'208";a="195258638" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 11 Jan 2023 05:42:14 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.87.72) by chn-vm-ex02.mchp-main.com (10.10.87.72) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Wed, 11 Jan 2023 05:42:10 -0700 Received: from wendy.microchip.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Wed, 11 Jan 2023 05:42:09 -0700 From: Conor Dooley To: Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: Daire McNamara , , , "Krzysztof Kozlowski" Subject: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add entry for Aldec Date: Wed, 11 Jan 2023 12:41:05 +0000 Message-ID: <20230111124106.2417152-2-conor.dooley@microchip.com> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230111124106.2417152-1-conor.dooley@microchip.com> References: <20230111124106.2417152-1-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Per their website: Aldec, Inc. is an industry-leading Electronic Design Automation (EDA) company delivering innovative design creation, simulation and verification solutions to assist in the development of complex FPGA, ASIC, SoC and embedded system designs. Link: https://www.aldec.com/ Acked-by: Krzysztof Kozlowski Signed-off-by: Conor Dooley --- 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 70ffb3780621..d119e9a7c287 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -69,6 +69,8 @@ patternProperties: description: Annapurna Labs "^alcatel,.*": description: Alcatel + "^aldec,.*": + description: Aldec, Inc. "^alfa-network,.*": description: ALFA Network Inc. "^allegro,.*": -- 2.39.0