Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1327887pxk; Fri, 18 Sep 2020 09:30:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzEVuDhYfc/LpRxBAtdigVQyA1SHod6cJzQya5Y4aWebHfutVTd5QP25gLqtnx7JAmQuPaq X-Received: by 2002:a05:6402:17da:: with SMTP id s26mr39458804edy.221.1600446652536; Fri, 18 Sep 2020 09:30:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600446652; cv=none; d=google.com; s=arc-20160816; b=X+l/4LYM5p3/zgBCTNBKAAU590NMvygUhTOGVTfMeALN0vT0Uecw1YCCRsvmpR1uJv zMX4znP27TzKVY8ZkQZHu1CznBV65GkmKZCb9TQ4GHLCTU+ouneMklslXIlU69PdlB4w hT9ApOlHRnXg+jjeYq9ozUR7PefixXtqkmf39s+luPqQD8nQXE0IluWlPztUwh266HFp QNhYgfm4v61EJOb5UqcI58G4I6VU6D4+pTKhitQUsd1Q51qABXTIxUNQy29VHRcd1jLL 0YqlaFBmqfoDKYTARHBEC+2wtEqIiRmo6t3Z5zue2xC3KEwdkpbpnajpd6lIUHgGTDCT x8Qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=wTtIJx3AQ5CWzwlXvIV6o3z4qSpygsU0Jn4tkpHk7Wg=; b=iKkUYM9Rvh4/z3TST4KkBQO1fdZBNdVh6U1VsBPjtF90Mga/M78sdj0N3c6JDRFf7D VmPS207rtZg54L7tvk3r8Zo8FrHLLbkNRyGkyTkd+utoIfh6YL1oXR2f7RzeGvi9okOi wksFbjsgIqi0VR4yMXeQDad4jKPDsFwATjLTFGplE8KnuwSxoVF6l8MrAzUdgsZ5SWqt PfmPoSiOWkRHj/vXAFV0MG7ABggfjZFv1K9bs0+8HQidEY7TmVihoXv0DSCAz1d4vPyx lZahh2nOYSfmebg8ndCzUqhJlx0RHKm2vYDi1wRFovUVjR3JoCkvemw5NsbsPyEEvv50 9t0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q13si2607046edc.610.2020.09.18.09.30.29; Fri, 18 Sep 2020 09:30:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726392AbgIRQ3O (ORCPT + 99 others); Fri, 18 Sep 2020 12:29:14 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:60028 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbgIRQ3M (ORCPT ); Fri, 18 Sep 2020 12:29:12 -0400 Received: from relay10.mail.gandi.net (unknown [217.70.178.230]) by mslow2.mail.gandi.net (Postfix) with ESMTP id DA9EB3AD322; Fri, 18 Sep 2020 14:25:40 +0000 (UTC) Received: from pc-2.home (lfbn-tou-1-1532-46.w90-89.abo.wanadoo.fr [90.89.95.46]) (Authenticated sender: maxime.chevallier@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id BE24E24000C; Fri, 18 Sep 2020 14:25:15 +0000 (UTC) From: Maxime Chevallier To: Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Heiko Stuebner , Hans Verkuil , Laurent Pinchart Cc: Maxime Chevallier , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Miquel Raynal , Paul Kocialkowski Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix Date: Fri, 18 Sep 2020 16:24:20 +0200 Message-Id: <20200918142422.1086555-2-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200918142422.1086555-1-maxime.chevallier@bootlin.com> References: <20200918142422.1086555-1-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add prefix for Techwell, Inc. Signed-off-by: Maxime Chevallier --- 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..3fcf071c4467 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1033,6 +1033,8 @@ patternProperties: description: TechNexion "^technologic,.*": description: Technologic Systems + "^techwell,.*": + description: Techwell, Inc. "^tempo,.*": description: Tempo Semiconductor "^techstar,.*": -- 2.25.4