From patchwork Sun Feb 11 20:51:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ond=C5=99ej_Jirman?= X-Patchwork-Id: 13552618 Received: from vps.xff.cz (vps.xff.cz [195.181.215.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5A1C05381E; Sun, 11 Feb 2024 20:52:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.181.215.36 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707684744; cv=none; b=KKGHsp/5/0AnvEjlLETncWza3+T1v9JfaTSmlzXmTAcPITu8pupAiozVtmPV6kJIUCgqtcFLwJ7un0i2OgZ4efmwOebeJYuI8Y0xvPqOby6xFVKii63bPYIuS5YWN7yVqyl19aHdy0wngL9vUWsRk2x4LQAT8srXRRKFcGTIdGE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707684744; c=relaxed/simple; bh=uqEZgYBsSQiZQx5PZMW8uvMomw0NsNNRKqLIfbms9vQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TjZqt/eaCRtLDmVmaHEuKZERQUZ3nSJuJO4Gw7Ps8yFeqhLD38zSvYWxEfCumJzJny3WI2pMiVUwSPSWmqMv9uX2kT6KFEmHS5sFzKplZ5IAvbpWTbDVz/rCEoRVPP7DMmqvhp/eFx0hNKFiJKKgPGdg8wN4RqlGa2DJ61TojJs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xff.cz; spf=pass smtp.mailfrom=xff.cz; dkim=pass (1024-bit key) header.d=xff.cz header.i=@xff.cz header.b=RHpm9zAZ; arc=none smtp.client-ip=195.181.215.36 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xff.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=xff.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=xff.cz header.i=@xff.cz header.b="RHpm9zAZ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xff.cz; s=mail; t=1707684739; bh=uqEZgYBsSQiZQx5PZMW8uvMomw0NsNNRKqLIfbms9vQ=; h=From:To:Cc:Subject:Date:References:From; b=RHpm9zAZ/zyVkl1fbT8+59goSiqB5NXzv0QZmi+ubstofQhpUUlHG7yC6t9mr/Frh XDicwu0+GPS34pRpYs7a3QGfJn5gqxRS0usFHkr5f2fCZrFKtQaD+xIwH82FhHprJi p421qfYa5NYTxlAJE/z/wsyX2EYFc0iBQEasLnZs= From: =?utf-8?q?Ond=C5=99ej_Jirman?= To: Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrey Skvortsov Cc: Icenowy Zheng , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Ond?= =?utf-8?q?=C5=99ej_Jirman?= Subject: [PATCH 1/4] dt-bindings: vendor-prefix: Add prefix for Voltafield Date: Sun, 11 Feb 2024 21:51:57 +0100 Message-ID: <20240211205211.2890931-2-megi@xff.cz> In-Reply-To: <20240211205211.2890931-1-megi@xff.cz> References: <20240211205211.2890931-1-megi@xff.cz> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Icenowy Zheng Voltafile Technology Corp. is a company that produces MEMS sensors. Add a DT vendor prefix for it. Signed-off-by: Icenowy Zheng Signed-off-by: Ondřej Jirman 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..82e9f64c90ff 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1534,6 +1534,8 @@ patternProperties: description: VoCore Studio "^voipac,.*": description: Voipac Technologies s.r.o. + "^voltafield,.*": + description: Voltafield Technology Corp. "^vot,.*": description: Vision Optical Technology Co., Ltd. "^vxt,.*":