[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <pzevgib37fgdupythk3mawmeuki6dflpw5bze4ujb6jcjvj7ar@jmjuzeabvq7y>
Date: Fri, 21 Mar 2025 17:55:53 +0200
From: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
To: Luca Weiss <luca.weiss@...rphone.com>
Cc: Bjorn Andersson <andersson@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Taniya Das <quic_tdas@...cinc.com>,
Konrad Dybcio <konradybcio@...nel.org>,
~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] clk: qcom: Add video clock controller driver for
SM6350
On Fri, Mar 21, 2025 at 03:45:00PM +0100, Luca Weiss wrote:
> From: Konrad Dybcio <konradybcio@...nel.org>
>
> Add support for the video clock controller found on SM6350 based
> devices.
>
> Signed-off-by: Konrad Dybcio <konradybcio@...nel.org>
> Co-developed-by: Luca Weiss <luca.weiss@...rphone.com>
> Signed-off-by: Luca Weiss <luca.weiss@...rphone.com>
> ---
> drivers/clk/qcom/Kconfig | 9 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/videocc-sm6350.c | 355 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 365 insertions(+)
>
> +
> +/* 600 MHz */
> +static const struct alpha_pll_config video_pll0_config = {
> + .l = 0x1F,
Nit: lowercase hex please. No need to repost just for the sake of this
single line.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
> + .alpha = 0x4000,
> + .config_ctl_val = 0x20485699,
> + .config_ctl_hi_val = 0x00002067,
> + .test_ctl_val = 0x40000000,
> + .test_ctl_hi_val = 0x00000002,
> + .user_ctl_val = 0x00000101,
> + .user_ctl_hi_val = 0x00004005,
> +};
> +
>
--
With best wishes
Dmitry
Powered by blists - more mailing lists