diff mbox

cpufreq: dt: add Socionext UniPhier SoCs support

Message ID 1477500093-12796-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 1758b3374bc5b56f60fc07ccc37863a64fc67ecc
Headers show

Commit Message

Masahiro Yamada Oct. 26, 2016, 4:41 p.m. UTC
Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use
the generic cpufreq driver.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rafael J. Wysocki Nov. 14, 2016, 12:23 a.m. UTC | #1
On Thursday, October 27, 2016 08:57:15 AM Viresh Kumar wrote:
> On 27-10-16, 01:41, Masahiro Yamada wrote:

> > Add compatible strings for Pro5, PXs2, LD6b, LD11, LD20 SoCs to use

> > the generic cpufreq driver.

> > 

> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> > ---

> > 

> >  drivers/cpufreq/cpufreq-dt-platdev.c | 6 ++++++

> >  1 file changed, 6 insertions(+)

> 

> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>


Applied.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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