From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 2DD6C2030A; Wed, 13 May 2026 22:07:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778710054; cv=none; b=BWgFb9PG/Y3EbkV6guqyp6u0/NoAGiSO3zBvWeUz9QDYQNp2rxge8K92IMfDSdSJE/yeVHUMeSbAA8uoqX6sPgT4is4L2B2I8RadpX4uidQpAWIsY6IgwmSdl/dAxnNXkCO2I5wYm0VZ+zlv4sUrxIsjfq2VsAEDFWBa35UbL0c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778710054; c=relaxed/simple; bh=qxYEL17WgtGKdezKMo72o3uhWcYyAT3bdLLlvUkXHmY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Pal69GnUkqELTsYpG6lCqw1pBDcWdY23Lyv3VPLcKv7R2VPBnpWvkNZDW5gotrRk0Fil3LVG1aqNHRRQ+k3rTLMGU0F7lnr6VVyv2dOlOU5g6SJUxa7TLiD90pd8AN6/P6HWkBXibqnxKelDgKQ/wznlnJg1UXEW25NOu579fqQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hnqLuwCb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hnqLuwCb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0C77C19425; Wed, 13 May 2026 22:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778710054; bh=qxYEL17WgtGKdezKMo72o3uhWcYyAT3bdLLlvUkXHmY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hnqLuwCbGKxQLNU7jMPdPF9c7bFzOdKFx53JOS7rBBsfQXS/xugnzc9M6LIBe6g4c 6rb8EXbmUKyaQQLeFGj8EpkAgAi3MBOBfOG8hSec+gJW3IigvfGHAgJpcL8aIkDuJX +0zH3bUDLLQS8mbCEL2J+6PmBkdap4IU5iSjsuhnqEkPjEhe5fkAmlzEoIodw1VcIv 6CiP53gNFoXZugyrYLampFhKBMnekiicpxs7eFHUM66xHllhUoMAELpja1dK4UxSU3 0gbeQZgOS/FncFaNJ3weg0Xdc4mb2cq3tOKxCCle8/PUl/gA/ZgfBekNl0dqAN7ELL ak1hi4dTD4azQ== Date: Wed, 13 May 2026 17:07:31 -0500 From: Rob Herring To: Dmitry Baryshkov Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Vikash Garodia , Dikshita Agarwal , Bryan O'Donoghue , Mauro Carvalho Chehab , Krzysztof Kozlowski , Conor Dooley , Jorge Ramirez-Ortiz , Konrad Dybcio , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/4] media: dt-bindings: qcom,qcm2290-venus: add Venus on SM6115 Message-ID: <20260513220731.GA1733125-robh@kernel.org> References: <20260507-iris-sm6115-v1-0-0b082ad8eea8@oss.qualcomm.com> <20260507-iris-sm6115-v1-2-0b082ad8eea8@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260507-iris-sm6115-v1-2-0b082ad8eea8@oss.qualcomm.com> On Thu, May 07, 2026 at 10:08:10AM +0300, Dmitry Baryshkov wrote: > The Qualcomm SM6115 platform contains the AR50_Lite core similar to the > one found on the QCM2290. Define new platform-specific compatible, while > using QCM2290 as a fallback. > > Signed-off-by: Dmitry Baryshkov > --- > Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml b/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml > index 7e6dc410c2d2..5c5933082f82 100644 > --- a/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml > @@ -18,7 +18,11 @@ allOf: > > properties: > compatible: > - const: qcom,qcm2290-venus > + oneOf: > + - items: > + - const: qcom,sm6115-venus > + - const: qcom,qcm2290-venus > + - const: qcom,sm6115-venus I think you meant qcm2290 here. > > power-domains: > maxItems: 3 > > -- > 2.47.3 >