From patchwork Mon Feb 5 15:34:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 13545724 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D1B1E33CDB; Mon, 5 Feb 2024 15:35:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.193 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707147316; cv=none; b=tlluQz6IjyitErJeeE6qQtP1USxj/cAmOL8MPXXaEJVLeRLn9CN/h5RmULXPYa3wLmYqVWtDdLym8KvADERsBQtvM+zevFAHP61lMzzmk+Wn4NzFQtkLJulMH3mlzPzAyEMa4x6e3lEI5PXVifFNwN37r+N6/SBTxuKL8pkTwd8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707147316; c=relaxed/simple; bh=8uJJXiVgZKon5ZDQpy7w3MGWCOiaYVBI12Ap9295/ZE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=O94Zkgwz+gsIjzhoLFRbtZxcP4nkwIYF4+htp3TCNfutDcvYbLFevNDIdTLoR1Z7Hg6+2pTCGi501rk7m1Dbik+j2ShrbPgPh4eOHuqM6c9KduSBTiNTOYNaGzGvRuBlZOm8tHVNoNV1nC3o5EN6Daq+WSBAPLBKkvV1WFiQ2ig= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=mayL4sYR; arc=none smtp.client-ip=217.70.183.193 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="mayL4sYR" Received: by mail.gandi.net (Postfix) with ESMTPSA id 8114A240002; Mon, 5 Feb 2024 15:35:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1707147312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R/UuJlLlj7UNzM37CJzBwzJx6aNeNRPUwdDv7PdUBac=; b=mayL4sYRn/lsT3npNK0d98ZV1VbTxvKd9dWhO4Mwi0WXdhV+g+f7xsRUiVKDqdbJOybKcz npq6usvwRxYLVzTu0hexmVYbDgImPD2v4TrRSliaAUMLT5/p38Wb1k2s3pUAngN1T5nGUT vqTWwBn8T2qx4GG4CixJ5gkh0dHHD1KvrQcYiKnBVSMD39DDaoD0D2hxziBaEAiAlaoOx+ qH8/lwiFS6mkdB6KS6MAqrpzaA0br98l2kEJiF+MedPJNMTfqtaDNaXoaMqWrsbJEsjjny FzRUNvNIvaQWkRxXtlHVUoXiw7vmQT99nDVqRBjRv0zRyEygUr6j/4EAn/iDog== From: Gregory CLEMENT To: Paul Burton , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Jiaxun Yang , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Vladimir Kondratiev , Tawfik Bayouk , Alexandre Belloni , =?utf-8?q?Th=C3=A9o_Lebr?= =?utf-8?q?un?= , Thomas Petazzoni , Gregory CLEMENT , =?utf-8?q?Philippe_Mathieu-D?= =?utf-8?q?aud=C3=A9?= , Rob Herring Subject: [PATCH v7 06/14] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd. Date: Mon, 5 Feb 2024 16:34:52 +0100 Message-ID: <20240205153503.574468-7-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240205153503.574468-1-gregory.clement@bootlin.com> References: <20240205153503.574468-1-gregory.clement@bootlin.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com Mobileye Vision Technologies Ltd. is a company developing autonomous driving technologies and advanced driver-assistance systems (ADAS) including cameras, computer chips and software. Reviewed-by: Philippe Mathieu-Daudé Acked-by: Rob Herring Signed-off-by: Gregory CLEMENT --- 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 309b94c328c84..b45279bc97c14 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -897,6 +897,8 @@ patternProperties: description: Miyoo "^mntre,.*": description: MNT Research GmbH + "^mobileye,.*": + description: Mobileye Vision Technologies Ltd. "^modtronix,.*": description: Modtronix Engineering "^moortec,.*":