From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Taniya Das <quic_tdas@quicinc.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Andy Gross <agross@kernel.org>,
Michael Turquette <mturquette@baylibre.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
quic_skakitap@quicinc.com, quic_jkona@quicinc.com
Subject: Re: [PATCH V4 3/3] arm64: dts: qcom: sm8450: Add video clock controller
Date: Tue, 9 May 2023 22:17:37 +0200 [thread overview]
Message-ID: <d95365c2-016a-9f04-3bea-77bb418b9b29@linaro.org> (raw)
In-Reply-To: <20230509172148.7627-4-quic_tdas@quicinc.com>
On 9.05.2023 19:21, Taniya Das wrote:
> Add device node for video clock controller on Qualcomm SM8450 platform.
>
> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
> ---
> Changes since V3:
> - None.
>
> Changes since V2:
> - No changes.
>
> Changes since V1:
> - No changes.
>
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> index 595533aeafc4..00ff8efa53c7 100644
> --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> @@ -756,6 +756,18 @@
> "usb3_phy_wrapper_gcc_usb30_pipe_clk";
> };
>
> + videocc: clock-controller@aaf0000 {
Nodes should be sorted by unit address.
This one belongs before cci@ac15000.
> + compatible = "qcom,sm8450-videocc";
> + reg = <0 0x0aaf0000 0 0x10000>;
> + clocks = <&rpmhcc RPMH_CXO_CLK>,
> + <&gcc GCC_VIDEO_AHB_CLK>;
Older SoCs used to provide a vote on XO_A for videocc ahb_clk_src,
I'd assume that's now taken care of internally?
Konrad
> + power-domains = <&rpmhpd SM8450_MMCX>;
> + required-opps = <&rpmhpd_opp_low_svs>;
> + #clock-cells = <1>;
> + #reset-cells = <1>;
> + #power-domain-cells = <1>;
> + };
> +
> gpi_dma2: dma-controller@800000 {
> compatible = "qcom,sm8450-gpi-dma", "qcom,sm6350-gpi-dma";
> #dma-cells = <3>;
next prev parent reply other threads:[~2023-05-09 20:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-09 17:21 [PATCH V4 0/3] Add video clock controller driver for SM8450 Taniya Das
2023-05-09 17:21 ` [PATCH V4 1/3] dt-bindings: clock: qcom: Add SM8450 video clock controller Taniya Das
2023-05-10 7:12 ` Krzysztof Kozlowski
2023-05-19 10:55 ` Taniya Das
2023-05-09 17:21 ` [PATCH V4 2/3] clk: qcom: videocc-sm8450: Add video clock controller driver for SM8450 Taniya Das
2023-05-09 20:33 ` Dmitry Baryshkov
2023-05-19 10:53 ` Taniya Das
2023-05-19 12:49 ` Dmitry Baryshkov
2023-05-24 14:06 ` Jagadeesh Kona
2023-05-09 17:21 ` [PATCH V4 3/3] arm64: dts: qcom: sm8450: Add video clock controller Taniya Das
2023-05-09 20:17 ` Konrad Dybcio [this message]
2023-05-19 10:54 ` Taniya Das
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=d95365c2-016a-9f04-3bea-77bb418b9b29@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.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_jkona@quicinc.com \
--cc=quic_skakitap@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=robh+dt@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).