Skip to content

Commit

Permalink
cpufreq: dt: add Socionext UniPhier SoCs support
Browse files Browse the repository at this point in the history
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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Masahiro Yamada authored and Rafael J. Wysocki committed Nov 1, 2016
1 parent 22449c0 commit 1758b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ static const struct of_device_id machines[] __initconst = {

{ .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", },
Expand Down

0 comments on commit 1758b33

Please sign in to comment.