Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: dt: Add support for APM X-Gene 2

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>

authored by

Hoan Tran and committed by
Rafael J. Wysocki
e11b6293 111b8b3f

+2
+2
drivers/cpufreq/cpufreq-dt-platdev.c
··· 26 26 { .compatible = "allwinner,sun8i-a83t", }, 27 27 { .compatible = "allwinner,sun8i-h3", }, 28 28 29 + { .compatible = "apm,xgene-shadowcat", }, 30 + 29 31 { .compatible = "arm,integrator-ap", }, 30 32 { .compatible = "arm,integrator-cp", }, 31 33