From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.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 <konradybcio@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/3] clk: qcom: dispcc-eliza: Add Eliza display clock controller support
Date: Wed, 18 Mar 2026 11:48:18 +0100 [thread overview]
Message-ID: <1a00582d-66d6-4325-aafd-156cfacee8cd@oss.qualcomm.com> (raw)
In-Reply-To: <20260318-clk-qcom-dispcc-eliza-v2-2-8c05581168d1@oss.qualcomm.com>
On 3/18/26 11:39 AM, Krzysztof Kozlowski wrote:
> Add a driver for the display clock controller on Qualcomm Eliza SoC,
> which is copied from SM8750 driver plus changes:
>
> 1. Additional DT_HDMI_PHY_PLL_CLK clock input,
> 2. Eight new HDMI clocks,
> 3. Different PLLs (lucid and pongo).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
[...]
> +// SPDX-License-Identifier: GPL-2.0-only
> +/*
> + * Copyright (c) 2021, The Linux Foundation. All rights reserved.
> + * Copyright (c) 2023-2024, Linaro Ltd.
> + * Copyright (c) 2024-2025, Qualcomm Innovation Center, Inc. All rights reserved.
-> Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
[...]
> +static struct gdsc *disp_cc_eliza_gdscs[] = {
> + [MDSS_GDSC] = &mdss_gdsc,
> + [MDSS_INT2_GDSC] = &mdss_int2_gdsc,
> +};
> +
> +static const struct regmap_config disp_cc_eliza_regmap_config = {
> + .reg_bits = 32,
> + .reg_stride = 4,
> + .val_bits = 32,
> + .max_register = 0xf004, /* 0x10000, 0x10004 and maybe others are for TZ */
0x11014 is the last register
[...]
> + /* Enable clock gating for MDP clocks */
> + regmap_update_bits(regmap, DISP_CC_MISC_CMD, BIT(4), BIT(4));
regmap_set_bits()
with that:
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
next prev parent reply other threads:[~2026-03-18 10:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 10:39 [PATCH v2 0/3] clk: qcom: Add Eliza Disp CC Krzysztof Kozlowski
2026-03-18 10:39 ` [PATCH v2 1/3] dt-bindings: clock: qcom,eliza-dispcc: Add Eliza SoC display CC Krzysztof Kozlowski
2026-03-18 17:09 ` Taniya Das
2026-03-18 18:10 ` Krzysztof Kozlowski
2026-03-18 18:12 ` Krzysztof Kozlowski
2026-03-18 10:39 ` [PATCH v2 2/3] clk: qcom: dispcc-eliza: Add Eliza display clock controller support Krzysztof Kozlowski
2026-03-18 10:48 ` Konrad Dybcio [this message]
2026-03-18 11:13 ` Krzysztof Kozlowski
2026-03-18 11:32 ` Konrad Dybcio
2026-03-18 11:36 ` Krzysztof Kozlowski
2026-03-18 13:46 ` Dmitry Baryshkov
2026-03-18 14:33 ` Krzysztof Kozlowski
2026-03-18 14:46 ` Krzysztof Kozlowski
2026-03-18 15:05 ` Dmitry Baryshkov
2026-03-18 15:18 ` Krzysztof Kozlowski
2026-03-19 8:29 ` Krzysztof Kozlowski
2026-03-18 10:39 ` [PATCH v2 3/3] arm64: defconfig: Enable Qualcomm Eliza SoC display clock controller Krzysztof Kozlowski
2026-03-18 10:44 ` 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=1a00582d-66d6-4325-aafd-156cfacee8cd@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.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®