From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-187.mta1.migadu.com (out-187.mta1.migadu.com [95.215.58.187]) (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 A22E437702A for ; Fri, 19 Jun 2026 10:49:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781866191; cv=none; b=hyO0R+iRple/9xy2u/pg4n6OE7zlsTRwwjxv8dQrg1Sf6gZMQtYckiDwTtCKGOdTMuKrOIsvhC6NJzkR9eyqnGExkVMpo7kGoGZZ2+Mb4w8GKLY4RJYh7jlGUHpMwbGDhgZJPZtdLacioxHLct7MDk6/uX+L8k2YSA85hKpadss= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781866191; c=relaxed/simple; bh=Kkjgn6lxKvMHZb5UZ+giBB47q4tMxB9uz1DlQ63bAEc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=u2Ku4Jwv+H9uy7PWVA3R1s/t8wnW3dp4APfiKf0D4u+ZG2VIB11KBLtEGV6PZS7Cg9CLWiKwMJXHRgQddBgZgMkZMTPYkCcQ2WescVGXhH7hcTzfiY8MHwmhUFM+XgLEhSD5bUoygn6wF/BffRUIJvgMChsm4sNlTvMmJgmJuk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=aweK/oHR; arc=none smtp.client-ip=95.215.58.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="aweK/oHR" 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=linux.dev; s=key1; t=1781866187; 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=2BBm3mPlMh+SOJi+AUYaxyeokxNjz3c7hH7SzkYJo9Q=; b=aweK/oHRQJswFEHYNbQxAeQ2/lUeot27+5mF6A0DQBn1IsnJx9PnVvUTirYyBeiQPkQarA iLeWxbKKwPcUYNrgk6a0L3uPd3IMLgis75FkG+uaV9L+t5DtRi+B0/nJPUgsShoWLYQjwX T2wlhkwnlpqdSzE3pnCLBBdRmqpfagc= From: Siratul Islam To: jic23@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org Cc: siratul.islam@linux.dev, dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Dooley Subject: [PATCH v3 1/3] dt-bindings: add entry for qstcorp Date: Fri, 19 Jun 2026 16:45:04 +0600 Message-ID: <20260619104524.10172-2-siratul.islam@linux.dev> In-Reply-To: <20260619104524.10172-1-siratul.islam@linux.dev> References: <20260619104524.10172-1-siratul.islam@linux.dev> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Add an entry for QST Corporation Limited Link: https://www.qstcorp.com/ Acked-by: Conor Dooley Signed-off-by: Siratul Islam --- 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 28784d66ae7b..11aac47f90ce 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1355,6 +1355,8 @@ patternProperties: description: Shenzhen QiShenglong Industrialist Co., Ltd. "^qnap,.*": description: QNAP Systems, Inc. + "^qstcorp,.*": + description: QST Corporation Limited "^quanta,.*": description: Quanta Computer Inc. "^radxa,.*": -- 2.54.0