From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 4486C376469 for ; Fri, 19 Jun 2026 10:49:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781866190; cv=none; b=YVtpIZZ0n+PvK7UQReO7YSzs1lNxiimZELulTlJ3jyPnvcnPVrb+2AfEmVptIKaPWvytnnLgbh1GlyQiH43VVYyZ8Dn3MCRj5UfkYjxgRVdKbpYA4WGpTjB9qRk9S1OgtFG4mIDegRtZdGMtNYx0expZd9j1PkHHXCH6/rlU9eY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781866190; c=relaxed/simple; bh=Kkjgn6lxKvMHZb5UZ+giBB47q4tMxB9uz1DlQ63bAEc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NaHr5nk2tFoOcwTC6cEQMPslL+YeSgtN9o8k21/9ZSWFl3fWWY9Z0XjWjqBDnCxtY4XyeX8KqEAQiJDoL8FGoK3x33Rgw7Jxq/g3aXH8yPew7bgTAgRhDAg/0zfF60u3vnPWAqdflNwwh7EKqjOdHZWYnqkdN3w3i4cxMUeLHDc= 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.173 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: linux-kernel@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