From: Krzysztof Kozlowski <krzk@kernel.org>
To: 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>,
Konrad Dybcio <konrad.dybcio@linaro.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 09:45:05 +0200 [thread overview]
Message-ID: <d40d540c-a3b9-449d-8f34-cb2972ddc2ef@kernel.org> (raw)
In-Reply-To: <20240715-sa8775p-mm-v3-v1-7-badaf35ed670@quicinc.com>
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?
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-07-16 7:45 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 [this message]
2024-07-16 12:09 ` Konrad Dybcio
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=d40d540c-a3b9-449d-8f34-cb2972ddc2ef@kernel.org \
--to=krzk@kernel.org \
--cc=andersson@kernel.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@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).