Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

From: Rafael J. Wysocki
Date: Wed Apr 24 2019 - 03:24:45 EST


On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> On 24-04-19, 10:32, andy.tang@xxxxxxx wrote:
> > From: Yuantian Tang <andy.tang@xxxxxxx>
> >
> > Enable cpufreq feature on ls1028a chip by adding its compatible
> > string.
> >
> > Signed-off-by: Yuantian Tang <andy.tang@xxxxxxx>
> > ---
> > drivers/cpufreq/qoriq-cpufreq.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/cpufreq/qoriq-cpufreq.c b/drivers/cpufreq/qoriq-cpufreq.c
> > index 4295e54..d308c4d 100644
> > --- a/drivers/cpufreq/qoriq-cpufreq.c
> > +++ b/drivers/cpufreq/qoriq-cpufreq.c
> > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy,
> >
> > { .compatible = "fsl,ls1012a-clockgen", },
> > { .compatible = "fsl,ls1021a-clockgen", },
> > + { .compatible = "fsl,ls1028a-clockgen", },
> > { .compatible = "fsl,ls1043a-clockgen", },
> > { .compatible = "fsl,ls1046a-clockgen", },
> > { .compatible = "fsl,ls1088a-clockgen", },
>
> Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

So do you want me to take this one directly?