[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fd8538b6-4c9f-411c-89db-6936ebed7464@linaro.org>
Date: Sun, 8 Dec 2024 11:27:14 +0000
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: David Heidelberg <david@...t.cz>, Robert Foss <rfoss@...nel.org>,
Todor Tomov <todor.too@...il.com>, Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: Caleb Connolly <caleb.connolly@...aro.org>, linux-media@...r.kernel.org,
linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: qcom: camss: Add sm845 named power-domain support
On 08/12/2024 04:00, David Heidelberg wrote:
> From: Caleb Connolly <caleb.connolly@...aro.org>
>
> Declare power-domain names "top", "ife0" and "ife1" eponymously for the
> power-domains TITAN_TOP_GDSC, IFE_0_GDSC and IFE_1_GDSC respectively.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@...aro.org>
> Signed-off-by: David Heidelberg <david@...t.cz>
> ---
> drivers/media/platform/qcom/camss/camss.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git ./drivers/media/platform/qcom/camss/camss.c ./drivers/media/platform/qcom/camss/camss.c
> index 67fb11cbe865..62c556c4fcf8 100644
> --- ./drivers/media/platform/qcom/camss/camss.c
> +++ ./drivers/media/platform/qcom/camss/camss.c
> @@ -927,6 +927,7 @@ static const struct camss_subdev_resources vfe_res_845[] = {
> .interrupt = { "vfe0" },
> .vfe = {
> .line_num = 4,
> + .pd_name = "ife0",
> .has_pd = true,
> .hw_ops = &vfe_ops_170,
> .formats_rdi = &vfe_formats_rdi_845,
> @@ -954,6 +955,7 @@ static const struct camss_subdev_resources vfe_res_845[] = {
> .interrupt = { "vfe1" },
> .vfe = {
> .line_num = 4,
> + .pd_name = "ife1",
> .has_pd = true,
> .hw_ops = &vfe_ops_170,
> .formats_rdi = &vfe_formats_rdi_845,
> @@ -2647,6 +2649,7 @@ static const struct camss_resources sdm660_resources = {
>
> static const struct camss_resources sdm845_resources = {
> .version = CAMSS_845,
> + .pd_name = "top",
> .csiphy_res = csiphy_res_845,
> .csid_res = csid_res_845,
> .vfe_res = vfe_res_845,
Acked-by: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
Powered by blists - more mailing lists