summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Huo <mason.huo@starfivetech.com>2023-04-21 06:14:30 +0300
committerMinda Chen <minda.chen@starfivetech.com>2024-01-11 13:56:17 +0300
commite3a322842e847881d0935db6d667e8f40fb76b3d (patch)
tree049067d1524612e16b36bc8e251160a13922d3bd
parent7424a49e0775b25b9582a4ae6b96c8fbeef923c7 (diff)
downloadlinux-e3a322842e847881d0935db6d667e8f40fb76b3d.tar.xz
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 <mason.huo@starfivetech.com>
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 69a8742c0a7a..931ddef90629 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -86,6 +86,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", },