Re: [PATCH v2 2/4] media: qcom: camss: Add PM clock definitions for QCM2290

From: Frank Li

Date: Tue Jul 21 2026 - 12:25:17 EST


On Tue, Jul 21, 2026 at 03:21:09PM +0200, Loic Poulain wrote:
> Provide the required CAMSS PM clock descriptors for the QCM2290
> platform. Register the top_ahb, ahb and axi clocks so they can be
> managed automatically through the PM clock framework (they are part
> of the camss-top group).
>
> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
> ---

Reviewed-by: Frank Li <Frank.Li@xxxxxxx>

> drivers/media/platform/qcom/camss/camss.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/platform/qcom/camss/camss.c b/drivers/media/platform/qcom/camss/camss.c
> index 01a9d4f780fbe130554601481bed50eac5978bed..a87161f3d5524a6e40a7281e28787538613dd9cd 100644
> --- a/drivers/media/platform/qcom/camss/camss.c
> +++ b/drivers/media/platform/qcom/camss/camss.c
> @@ -5591,6 +5591,7 @@ static const struct camss_resources msm8996_resources = {
>
> static const struct camss_resources qcm2290_resources = {
> .version = CAMSS_2290,
> + .pm_clks = { "top_ahb", "ahb", "axi" },
> .csiphy_res = csiphy_res_2290,
> .csid_res = csid_res_2290,
> .vfe_res = vfe_res_2290,
>
> --
> 2.34.1
>