From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 12184426D35 for ; Tue, 20 Jan 2026 23:42:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768952580; cv=none; b=FJLHXFk+yPwO7Wbh34XxhcBzgti9ePW2pKGUUsD8QEkNwqvzmk0UntXOKNtpj3W/dPM6jVZsXcxAKE7Yf85W1krgw4JJm/axG3z+WIGKibhkp3YW0rtGigtx4RJYgzZwCQ2ZrNaqldqlK/OTJ7iZ+n82rHJCduNBLLgNg3S/E9o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768952580; c=relaxed/simple; bh=FWdeJKUv/fYFKdRQlU0VNWwzUWboFav8rUDLSRTuA4U=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fS5XHLQWBfCxKZf8FBtZSOO1d8aVINZlUqEV7M3mvft9JDJ/1nKvHuOi41wI/ibsMz0hFy/N+sv/CFrPpaWoOiDYtEvp/bvidf4qetQ55qJ7z+WLdknhfDpjqwuE0V6ALZyuJtfrLMqqtVYuA+661LgQ6ElxnwtdjwhBWDkZUlE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool; spf=pass smtp.mailfrom=packett.cool; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b=HihHo1u9; arc=none smtp.client-ip=95.215.58.186 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=packett.cool Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b="HihHo1u9" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1768952576; 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=65ADG6XaQSxj/DaXiJl8JTUtYPqEhEexhu3hSLeqk0k=; b=HihHo1u9u0/HtHsslDufJTSO8tOh5oGCPpKwzJkOu2q5t5UCwHgcsQO+Jb/amQl/3ZanOv G31XRzt0CK0FYTlH6v3pE1/8LehmQK9lh3AvJT9bWS5RgDbYlrtGOTfq9R62qsHOYOiKuM BvcRm+ZA1F23rS/v5RNIqokqYYssVJpB/OnV9MOcKv/c1RHOhNdCcsKyM6jW5vh/5TOZNS DcMdN608dbu5RyI0/Nh6aO1F0EAZR7jW9Ht0jjcfDj3RBmW9Kd0oVIRJEgAIdNcBSZT2bw 0i/3Wn9+Tt+ViaorJlWDDPwwTzMo58BZyrYYqfV2zli+gcWkqrqDjauid4owLA== From: Val Packett To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Val Packett , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek Date: Tue, 20 Jan 2026 20:30:06 -0300 Message-ID: <20260120234029.419825-4-val@packett.cool> In-Reply-To: <20260120234029.419825-2-val@packett.cool> References: <20260120234029.419825-2-val@packett.cool> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT AlgolTek is a Taiwanese chip manufacturer specialized in high-speed signal and power transmission and conversion. Signed-off-by: Val Packett --- 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 63730f75a578..f2bd32fbb717 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -86,6 +86,8 @@ patternProperties: description: Aldec, Inc. "^alfa-network,.*": description: ALFA Network Inc. + "^algoltek,.*": + description: AlgolTek, Inc. "^allegro,.*": description: Allegro DVT "^allegromicro,.*": -- 2.51.2