From patchwork Fri Mar 1 10:39:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamel Bouhara X-Patchwork-Id: 777226 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 8D3E16BFB5; Fri, 1 Mar 2024 10:39:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.199 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709289562; cv=none; b=D2pkQxDxFUpW5Un7sxgD/W4OIogD2LKo9RRu3Q3Vz4SCzazxnuyeGHypahBagymqF8nRLNj0O1U7zjoFEJ9fITRjxoMTJT8RznN5AeWxHVsbhXtot6uQmb/mQSssd7vMA5Dr/OfUpLZM1ebLiPX2TTZ67zxaFgYEweRN3uz5TLo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709289562; c=relaxed/simple; bh=XJlaEvpRz0/GsusTqoSGEBO6ELpXHI3ywLHM6TDhnuo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KCXIaMM3L6KBXkwB+DkhDKwSJrfhZwT4W/lLRHToCBDaEKj4wd3CkB6VaB3wXSpoiK2fMaINium+yZoFAhZ6I8cEeOw6NSR0epfJ2QerzWIrPRKyCe1edaNPocxjqmJKJv+rtpQgO87tF6VgNLssDfMRjhjize5dvJBiBlzMWUs= 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=baMdmU7p; arc=none smtp.client-ip=217.70.183.199 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="baMdmU7p" Received: by mail.gandi.net (Postfix) with ESMTPSA id 5D35CFF808; Fri, 1 Mar 2024 10:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709289553; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nHQnvcxka58vLFRQuoR+CefX5o1t0IMycj8fHga9rPc=; b=baMdmU7pAGkF88fzkFUVBHru4My8O6ObkDvQLMAyaaQHE9z4/Jh4jX3PvTCZYw/Cz/GwhF 2Uwhy32JjXsyuRxYQF9ojxE4BORKNF25O/1HicYLvIfdnT526UssUAS5aflMUggvhjdEDK gppUQqUUdU7zkFBCAV84W0IXDW+odr9cYA0bWuxTOqePXYkXFB2vom/Da9eP4vn0URG09y X2S06fwnlZI+oo3rYUONKDPULlJ8fPpi+w6Sfjpr9BzU3azKnG5GxlT5jPzR0KrE1M8Oo8 ui6kRVYi7bYHgQ4i6d3dnU160UVMqgA5Kie45zQTH6FsVqR4KEoXBOgJFR+QjA== From: Kamel Bouhara To: Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Henrik Rydberg , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Marco Felsch , Jeff LaBundy Cc: catalin.popescu@leica-geosystems.com, mark.satterthwaite@touchnetix.com, Thomas Petazzoni , Gregory Clement , bsp-development.geo@leica-geosystems.com, Kamel Bouhara , Krzysztof Kozlowski Subject: [PATCH v9 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS Date: Fri, 1 Mar 2024 11:39:06 +0100 Message-ID: <20240301103909.167923-2-kamel.bouhara@bootlin.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240301103909.167923-1-kamel.bouhara@bootlin.com> References: <20240301103909.167923-1-kamel.bouhara@bootlin.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: kamel.bouhara@bootlin.com Add vendor prefix for TouchNetix AS (https://www.touchnetix.com/products/). Signed-off-by: Kamel Bouhara Acked-by: Krzysztof Kozlowski --- 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 1a0dc04f1db4..88954a286107 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1444,6 +1444,8 @@ patternProperties: description: Toradex AG "^toshiba,.*": description: Toshiba Corporation + "^touchnetix,.*": + description: TouchNetix AS "^toumaz,.*": description: Toumaz "^tpk,.*":