Skip to content

Commit

Permalink
cpufreq: dt: Add support for APM X-Gene 2
Browse files Browse the repository at this point in the history
Add the compatible string for supporting the generic device tree cpufreq-dt
driver on APM's X-Gene 2 SoC.

Signed-off-by: Hoan Tran <hotran@apm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Hoan Tran authored and Rafael J. Wysocki committed Jan 4, 2017
1 parent 111b8b3 commit e11b629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "allwinner,sun8i-a83t", },
{ .compatible = "allwinner,sun8i-h3", },

{ .compatible = "apm,xgene-shadowcat", },

{ .compatible = "arm,integrator-ap", },
{ .compatible = "arm,integrator-cp", },

0 comments on commit e11b629

Please sign in to comment.