devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Taniya Das <quic_tdas@quicinc.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	quic_imrashai@quicinc.com, quic_jkona@quicinc.com
Subject: Re: [PATCH v3 7/8] arm64: dts: qcom: Add support for multimedia clock controllers
Date: Tue, 16 Jul 2024 14:09:47 +0200	[thread overview]
Message-ID: <12be3f5a-5bc6-40cc-a7af-7f098a7be04e@linaro.org> (raw)
In-Reply-To: <d40d540c-a3b9-449d-8f34-cb2972ddc2ef@kernel.org>

On 16.07.2024 9:45 AM, Krzysztof Kozlowski wrote:
> On 15/07/2024 10:23, Taniya Das wrote:
>> Add support for video, camera, display0 and display1 clock
>> controllers on SA8775P platform.
>>
>> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
>> ---
>>  arch/arm64/boot/dts/qcom/sa8775p.dtsi | 56 +++++++++++++++++++++++++++++++++++
>>  1 file changed, 56 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
>> index 23f1b2e5e624..8fd68a8aa916 100644
>> --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
>> @@ -2911,6 +2911,47 @@ llcc: system-cache-controller@9200000 {
>>  			interrupts = <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>;
>>  		};
>>  
>> +		videocc: clock-controller@abf0000 {
>> +			compatible = "qcom,sa8775p-videocc";
>> +			reg = <0x0 0x0abf0000 0x0 0x10000>;
>> +			clocks = <&gcc GCC_VIDEO_AHB_CLK>,
>> +				 <&rpmhcc RPMH_CXO_CLK>,
>> +				 <&rpmhcc RPMH_CXO_CLK_A>,
>> +				 <&sleep_clk>;
>> +			power-domains = <&rpmhpd SA8775P_MMCX>;
> 
> Not sure if these are correct. I had impression the clocks are going
> away from sa8775p?

Right, the patches look mostly good, but are still going to be on hold
until the 8775 situation is cleared out.. We recently had the gigantic
patchset [1] that shifted things around, and seemingly there was rather
little closure on that, so we're waiting for the dust to settle and
people to agree on things..

Konrad

[1] https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-1-quic_tengfan@quicinc.com/

  reply	other threads:[~2024-07-16 12:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15  8:23 [PATCH v3 0/8] Add support for SA8775P Multimedia clock controllers Taniya Das
2024-07-15  8:23 ` [PATCH v3 1/8] dt-bindings: clock: qcom: Add SA8775P video clock controller Taniya Das
2024-07-16  7:44   ` Krzysztof Kozlowski
2024-07-29 10:41     ` Tengfei Fan
2024-08-16  4:35       ` Taniya Das
2024-07-15  8:23 ` [PATCH v3 2/8] clk: qcom: Add support for Video clock controller on SA8775P Taniya Das
2024-07-16 12:05   ` Konrad Dybcio
2024-08-16  5:12     ` Taniya Das
2024-07-15  8:23 ` [PATCH v3 3/8] dt-bindings: clock: qcom: Add SA8775P camera clock controller Taniya Das
2024-07-15  8:23 ` [PATCH v3 4/8] clk: qcom: Add support for Camera Clock Controller on SA8775P Taniya Das
2024-07-16 12:07   ` Konrad Dybcio
2024-08-16  5:13     ` Taniya Das
2024-07-15  8:23 ` [PATCH v3 5/8] dt-bindings: clock: qcom: Add SA8775P display clock controllers Taniya Das
2024-07-15  8:23 ` [PATCH v3 6/8] clk: qcom: Add support for Display clock Controllers on SA8775P Taniya Das
2024-07-15  8:23 ` [PATCH v3 7/8] arm64: dts: qcom: Add support for multimedia clock controllers Taniya Das
2024-07-16  7:45   ` Krzysztof Kozlowski
2024-07-16 12:09     ` Konrad Dybcio [this message]
2024-07-29 10:42       ` Tengfei Fan
2024-08-16  5:18         ` Taniya Das
2024-07-15  8:23 ` [PATCH v3 8/8] arm64: dts: qcom: Update sleep_clk frequency to 32000 on SA8775P Taniya Das
2024-07-16  7:45   ` Krzysztof Kozlowski
2024-08-16  5:16     ` Taniya Das
2024-07-16 12:08   ` Konrad Dybcio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12be3f5a-5bc6-40cc-a7af-7f098a7be04e@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=andersson@kernel.org \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=quic_imrashai@quicinc.com \
    --cc=quic_jkona@quicinc.com \
    --cc=quic_tdas@quicinc.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).