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 88C3821B199; Tue, 8 Jul 2025 16:17:03 +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=1751991423; cv=none; b=ct6m+PX7f1wKkZdL2BvxozD9eTDqm4G4g/HvTI694bwI9bE2ttjnUpQMZuWYZ17wpVmuAAa9s90eV6va2fahC2T1QV1svLZwXrCa4VC7gy98oToKs8zjEdMUkwJuLRmlI2/INB+dcvA8Q02iEL9RQlxBX2Atd25I7mKHhD/Th2I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751991423; c=relaxed/simple; bh=nbGCmYL+a3SA2RRWksLD7uACXMII0cs1xS2gIUHJeeI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ark8hvRjZx9pU9WPrntk8qP8SiHgWrAc9oMYncMAVNRgwoXFbCIgx/k9NvOV2gNRHtRkB0i+1SyQyEcqoiZvuwIBbSgT+xisXaTseJrf0Q+7N0t8AL876Fj3iEScRR4X2qpVT2sG9Tvoxke3CXeyySyodtyHl0ITPAa7CwG7KjI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nteUQ4Mq; 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="nteUQ4Mq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC665C4CEED; Tue, 8 Jul 2025 16:17:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751991423; bh=nbGCmYL+a3SA2RRWksLD7uACXMII0cs1xS2gIUHJeeI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nteUQ4MqJaaomEKaAVmOyO0KsiKqr+K9XvaCSQ8Y3SsSGh+9GrwopG/RPxPgam5h/ I/grsXO8JtoslYXVSZepAC/UwZmigtruMZn+mIHTEzWbvpnj7q6MMoqZPsgbEjdA73 +wfRMtVKGp0F2nMARO1vGmmJyUQxBleYTDhnauY5PNEm0MRpxdcEeHH3t1kPn5GvZ3 LZ759JuwEtz0LvoGJKoktlENXDQ1680Jqh7B3WhSccqWpc9SKl2wi0aVVjdO3O0TVH PyiGbzxj8xWDB4z48EJ8nKiyMyzC6a/nRN9D57PMu2RBXYKDqonKfwmfyaFC94DRR1 KAZEzGBV+If0Q== Date: Tue, 8 Jul 2025 11:17:01 -0500 From: "Rob Herring (Arm)" To: Stephan Gerhold Cc: Bjorn Andersson , Stephen Boyd , Michael Turquette , Taniya Das , Konrad Dybcio , linux-arm-msm@vger.kernel.org, Abel Vesa , Jagadeesh Kona , Bryan O'Donoghue , linux-clk@vger.kernel.org, Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Dooley , Stefan Schmidt , Johan Hovold Subject: Re: [PATCH 1/6] dt-bindings: clock: qcom,sm8450-videocc: Document X1E80100 compatible Message-ID: <175199142127.518048.16838716470013972083.robh@kernel.org> References: <20250701-x1e-videocc-v1-0-785d393be502@linaro.org> <20250701-x1e-videocc-v1-1-785d393be502@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250701-x1e-videocc-v1-1-785d393be502@linaro.org> On Tue, 01 Jul 2025 19:28:33 +0200, Stephan Gerhold wrote: > X1E80100 videocc is largely identical to SM8550, but needs slightly > different PLL frequencies. Add a separate qcom,x1e80100-videocc compatible > to the existing schema used for SM8550. > > Signed-off-by: Stephan Gerhold > --- > Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)