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 DDCBEC05027 for ; Mon, 23 Jan 2023 07:37:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230354AbjAWHhw (ORCPT ); Mon, 23 Jan 2023 02:37:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229989AbjAWHhu (ORCPT ); Mon, 23 Jan 2023 02:37:50 -0500 Received: from sender4-op-o14.zoho.com (sender4-op-o14.zoho.com [136.143.188.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A172A2738 for ; Sun, 22 Jan 2023 23:37:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674459414; cv=none; d=zohomail.com; s=zohoarc; b=ENFX1yHNWKJt3MvijNcFGzW1KEGk49LqiDlRgJARj7tNqg1v6DaVslLorO9/t6BMjqHYbQFWpElwYiDFMgt693Kbcz/SthGgBcLi8ombCVnPVMyOm8mLC2HeL1NFIUaSfdGGDDkKaFdL7A+1RjvIVCi0nh0GUdDOlhvvYgNvRSc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1674459414; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=1BtIJKfLM92e7NVeISj8Ye8jiXofJIV0qJHWd0Dlm8s=; b=GKctKxEIdZVt2XuGt+N6MFu/CJr/mFQ7qA3iqdY0hr2ASwA8n5IG9WTamxQne+MWo7c1/RGnce2LFsCGqCgLLDNKXwVE5BAt4G9z+qFyfrxOBOrP/6bwWmcYXNvN+vjfAb0QZ9nFfoXIYyI7N+AFpiwS0O1mKhzYCTvFN+7QS6o= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=me@linux.beauty; dmarc=pass header.from= Received: from shbuild9.ambarella.net (116.246.37.178 [116.246.37.178]) by mx.zohomail.com with SMTPS id 1674459412452324.8123027854384; Sun, 22 Jan 2023 23:36:52 -0800 (PST) From: Li Chen To: Rob Herring , Krzysztof Kozlowski Cc: Li Chen , Linus Walleij , Daniel Palmer , Chris Morgan , Samuel Holland , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel@vger.kernel.org (open list) Subject: [PATCH 02/15] dt-bindings: vendor-prefixes: add Ambarella prefix Date: Mon, 23 Jan 2023 15:32:17 +0800 Message-Id: <20230123073305.149940-3-lchen@ambarella.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230123073305.149940-1-lchen@ambarella.com> References: <20230123073305.149940-1-lchen@ambarella.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add vendor prefix for Ambarella, Inc. Signed-off-by: Li Chen --- 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..97bfd98fcae1 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -89,6 +89,8 @@ patternProperties: description: Amarula Solutions "^amazon,.*": description: Amazon.com, Inc. + "^ambarella,.*": + description: Ambarella, Inc. "^amcc,.*": description: Applied Micro Circuits Corporation (APM, formally AMCC) "^amd,.*": -- 2.34.1