[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1477500093-12796-1-git-send-email-yamada.masahiro@socionext.com>
Date: Thu, 27 Oct 2016 01:41:33 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-pm@...r.kernel.org
Cc: Viresh Kumar <viresh.kumar@...aro.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
linux-kernel@...r.kernel.org
Subject: [PATCH] cpufreq: dt: add Socionext UniPhier SoCs support
Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use
the generic cpufreq driver.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 7126762..f3c9a0e 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -72,6 +72,12 @@
{ .compatible = "sigma,tango4" },
+ { .compatible = "socionext,uniphier-pro5", },
+ { .compatible = "socionext,uniphier-pxs2", },
+ { .compatible = "socionext,uniphier-ld6b", },
+ { .compatible = "socionext,uniphier-ld11", },
+ { .compatible = "socionext,uniphier-ld20", },
+
{ .compatible = "ti,am33xx", },
{ .compatible = "ti,dra7", },
{ .compatible = "ti,omap2", },
--
1.9.1
Powered by blists - more mailing lists