diff mbox series

[v4,2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

Message ID 20230606105656.124355-3-mason.huo@starfivetech.com
State Accepted
Commit 4b4c0d37164c296efbdbceacb8d2535a3910b13e
Headers show
Series None | expand

Commit Message

Mason Huo June 6, 2023, 10:56 a.m. UTC
Add the compatible strings for supporting the generic
cpufreq driver on the StarFive JH7110 SoC.

Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mason Huo June 7, 2023, 11:28 p.m. UTC | #1
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
diff mbox series

Patch

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", },