lkml.org 
[lkml]   [2018]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v8 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx
On Fri, 21 Dec 2018 at 09:57, Rajendra Nayak <rnayak@codeaurora.org> wrote:
>
> Specify the active + sleep and active-only MX power domains as
> the parents of the corresponding CX power domains. This will ensure that
> performance state requests on CX automatically generate equivalent requests
> on MX power domains.
>
> This is used to enforce a requirement that exists for various
> hardware blocks on SDM845 that MX performance state >= CX performance
> state for a given operating frequency.
>
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>

Kind regards
Uffe

> ---
> drivers/soc/qcom/rpmhpd.c | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/drivers/soc/qcom/rpmhpd.c b/drivers/soc/qcom/rpmhpd.c
> index f7fbe57f31ae..71d693c31e3b 100644
> --- a/drivers/soc/qcom/rpmhpd.c
> +++ b/drivers/soc/qcom/rpmhpd.c
> @@ -97,12 +97,14 @@ static struct rpmhpd sdm845_cx_ao;
> static struct rpmhpd sdm845_cx = {
> .pd = { .name = "cx", },
> .peer = &sdm845_cx_ao,
> + .parent = &sdm845_mx.pd,
> .res_name = "cx.lvl",
> };
>
> static struct rpmhpd sdm845_cx_ao = {
> .pd = { .name = "cx_ao", },
> .peer = &sdm845_cx,
> + .parent = &sdm845_mx_ao.pd,
> .res_name = "cx.lvl",
> };
>
> @@ -372,6 +374,15 @@ static int rpmhpd_probe(struct platform_device *pdev)
> data->domains[i] = &rpmhpds[i]->pd;
> }
>
> + /* Add subdomains */
> + for (i = 0; i < num_pds; i++) {
> + if (!rpmhpds[i])
> + continue;
> + if (rpmhpds[i]->parent)
> + pm_genpd_add_subdomain(rpmhpds[i]->parent,
> + &rpmhpds[i]->pd);
> + }
> +
> return of_genpd_add_provider_onecell(pdev->dev.of_node, data);
> }
>
> --
> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
> of Code Aurora Forum, hosted by The Linux Foundation
>

\
 
 \ /
  Last update: 2018-12-21 11:34    [W:0.060 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site