From: Taniya Das <taniya.das@oss.qualcomm.com>
To: Konrad Dybcio <konradybcio@kernel.org>,
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>,
Taniya Das <quic_tdas@quicinc.com>,
cros-qcom-dts-watchers@chromium.org,
Kalyan Thota <quic_kalyant@quicinc.com>,
Douglas Anderson <dianders@chromium.org>,
Harigovindan P <harigovi@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH 2/3] clk: qcom: dispcc-sc7180: Add missing MDSS resets
Date: Tue, 20 Jan 2026 22:23:49 +0530 [thread overview]
Message-ID: <edb23628-8f07-4332-8a85-2b4a22a1e1a0@oss.qualcomm.com> (raw)
In-Reply-To: <20260120-topic-7180_dispcc_bcr-v1-2-0b1b442156c3@oss.qualcomm.com>
On 1/20/2026 4:49 PM, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> The MDSS resets have so far been left undescribed. Fix that.
>
> Fixes: dd3d06622138 ("clk: qcom: Add display clock controller driver for SC7180")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> drivers/clk/qcom/dispcc-sc7180.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/clk/qcom/dispcc-sc7180.c b/drivers/clk/qcom/dispcc-sc7180.c
> index ab1a8d419863..d7e37fbbe87e 100644
> --- a/drivers/clk/qcom/dispcc-sc7180.c
> +++ b/drivers/clk/qcom/dispcc-sc7180.c
> @@ -17,6 +17,7 @@
> #include "clk-regmap-divider.h"
> #include "common.h"
> #include "gdsc.h"
> +#include "reset.h"
>
> enum {
> P_BI_TCXO,
> @@ -636,6 +637,11 @@ static struct gdsc mdss_gdsc = {
> .flags = HW_CTRL,
> };
>
> +static const struct qcom_reset_map disp_cc_sc7180_resets[] = {
> + [DISP_CC_MDSS_CORE_BCR] = { 0x2000 },
> + [DISP_CC_MDSS_RSCC_BCR] = { 0x4000 },
> +};
> +
> static struct gdsc *disp_cc_sc7180_gdscs[] = {
> [MDSS_GDSC] = &mdss_gdsc,
> };
> @@ -687,6 +693,8 @@ static const struct qcom_cc_desc disp_cc_sc7180_desc = {
> .config = &disp_cc_sc7180_regmap_config,
> .clks = disp_cc_sc7180_clocks,
> .num_clks = ARRAY_SIZE(disp_cc_sc7180_clocks),
> + .resets = disp_cc_sc7180_resets,
> + .num_resets = ARRAY_SIZE(disp_cc_sc7180_resets),
> .gdscs = disp_cc_sc7180_gdscs,
> .num_gdscs = ARRAY_SIZE(disp_cc_sc7180_gdscs),
> };
>
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
next prev parent reply other threads:[~2026-01-20 16:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 11:19 [PATCH 0/3] SC7180 MDSS core reset Konrad Dybcio
2026-01-20 11:19 ` [PATCH 1/3] dt-bindings: clock: qcom,dispcc-sc7180: Define MDSS resets Konrad Dybcio
2026-01-20 11:22 ` Krzysztof Kozlowski
2026-01-20 16:51 ` Taniya Das
2026-01-20 11:19 ` [PATCH 2/3] clk: qcom: dispcc-sc7180: Add missing " Konrad Dybcio
2026-01-20 16:53 ` Taniya Das [this message]
2026-01-20 22:02 ` Dmitry Baryshkov
2026-01-20 11:19 ` [PATCH 3/3] arm64: dts: qcom: sc7180: Add missing MDSS core reset Konrad Dybcio
2026-01-20 11:21 ` Konrad Dybcio
2026-01-20 22:03 ` Dmitry Baryshkov
2026-01-21 10:39 ` Konrad Dybcio
2026-01-20 11:43 ` [PATCH 0/3] SC7180 " Val Packett
2026-01-20 21:45 ` Rob Herring
2026-03-24 3:42 ` (subset) " Bjorn Andersson
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=edb23628-8f07-4332-8a85-2b4a22a1e1a0@oss.qualcomm.com \
--to=taniya.das@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=harigovi@codeaurora.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.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_kalyant@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
all inboxes | Powered by JetHome®