2023-06-06 11:10:15

by Mason Huo

[permalink] [raw]
Subject: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

Add the compatible strings for supporting the generic
cpufreq driver on the StarFive JH7110 SoC.

Signed-off-by: Mason Huo <[email protected]>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 338cf6cc6596..14aa8281c7f4 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
{ .compatible = "st-ericsson,u9500", },
{ .compatible = "st-ericsson,u9540", },

+ { .compatible = "starfive,jh7110", },
+
{ .compatible = "ti,omap2", },
{ .compatible = "ti,omap4", },
{ .compatible = "ti,omap5", },
--
2.39.2



2023-06-06 11:22:25

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

On 06-06-23, 18:56, Mason Huo wrote:
> Add the compatible strings for supporting the generic
> cpufreq driver on the StarFive JH7110 SoC.
>
> Signed-off-by: Mason Huo <[email protected]>
> ---
> drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 338cf6cc6596..14aa8281c7f4 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
> { .compatible = "st-ericsson,u9500", },
> { .compatible = "st-ericsson,u9540", },
>
> + { .compatible = "starfive,jh7110", },
> +
> { .compatible = "ti,omap2", },
> { .compatible = "ti,omap4", },
> { .compatible = "ti,omap5", },

I thought I already merged it ?

--
viresh

2023-06-06 11:44:28

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

On Tue, Jun 06, 2023 at 04:38:04PM +0530, Viresh Kumar wrote:
> On 06-06-23, 18:56, Mason Huo wrote:
> > Add the compatible strings for supporting the generic
> > cpufreq driver on the StarFive JH7110 SoC.
> >
> > Signed-off-by: Mason Huo <[email protected]>
> > ---
> > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index 338cf6cc6596..14aa8281c7f4 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
> > { .compatible = "st-ericsson,u9500", },
> > { .compatible = "st-ericsson,u9540", },
> >
> > + { .compatible = "starfive,jh7110", },
> > +
> > { .compatible = "ti,omap2", },
> > { .compatible = "ti,omap4", },
> > { .compatible = "ti,omap5", },
>
> I thought I already merged it ?

You did, 4b4c0d37164c ("cpufreq: dt-platdev: Add JH7110 SOC to the
allowlist").


Attachments:
(No filename) (1.06 kB)
signature.asc (235.00 B)
Download all attachments

2023-06-07 02:46:44

by Mason Huo

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

Hi Viresh & Conor,

Sorry for the confusion.
Should I re-send the patch series and remove this patch?
Or you can just ignore it?

Thanks
Mason

> On Tue, Jun 06, 2023 at 04:38:04PM +0530, Viresh Kumar wrote:
> > On 06-06-23, 18:56, Mason Huo wrote:
> > > Add the compatible strings for supporting the generic cpufreq driver
> > > on the StarFive JH7110 SoC.
> > >
> > > Signed-off-by: Mason Huo <[email protected]>
> > > ---
> > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c
> > > b/drivers/cpufreq/cpufreq-dt-platdev.c
> > > index 338cf6cc6596..14aa8281c7f4 100644
> > > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > > @@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = {
> > > { .compatible = "st-ericsson,u9500", },
> > > { .compatible = "st-ericsson,u9540", },
> > >
> > > + { .compatible = "starfive,jh7110", },
> > > +
> > > { .compatible = "ti,omap2", },
> > > { .compatible = "ti,omap4", },
> > > { .compatible = "ti,omap5", },
> >
> > I thought I already merged it ?
>
> You did, 4b4c0d37164c ("cpufreq: dt-platdev: Add JH7110 SOC to the allowlist").

2023-06-07 04:11:15

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

On 07-06-23, 02:04, Mason Huo wrote:
> Or you can just ignore it?

I can do that :)

--
viresh

2023-06-07 07:15:17

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

On Wed, Jun 07, 2023 at 02:04:37AM +0000, Mason Huo wrote:
> Hi Viresh & Conor,
>
> Sorry for the confusion.
> Should I re-send the patch series and remove this patch?
> Or you can just ignore it?

I applied the two dts patches yesterday, you shouldn't need to do
anything.


Attachments:
(No filename) (285.00 B)
signature.asc (235.00 B)
Download all attachments

2023-06-07 23:35:24

by Mason Huo

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

Hi Conor & Viresh,

> On Wed, Jun 07, 2023 at 02:04:37AM +0000, Mason Huo wrote:
> > Hi Viresh & Conor,
> >
> > Sorry for the confusion.
> > Should I re-send the patch series and remove this patch?
> > Or you can just ignore it?
>
> I applied the two dts patches yesterday, you shouldn't need to do anything.

Thank you for your help & review.

B.R
Mason