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

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@socionext.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Masahiro Yamada and committed by
Rafael J. Wysocki
1758b337 22449c0c

+6
+6
drivers/cpufreq/cpufreq-dt-platdev.c
··· 75 75 76 76 { .compatible = "sigma,tango4" }, 77 77 78 + { .compatible = "socionext,uniphier-pro5", }, 79 + { .compatible = "socionext,uniphier-pxs2", }, 80 + { .compatible = "socionext,uniphier-ld6b", }, 81 + { .compatible = "socionext,uniphier-ld11", }, 82 + { .compatible = "socionext,uniphier-ld20", }, 83 + 78 84 { .compatible = "ti,am33xx", }, 79 85 { .compatible = "ti,dra7", }, 80 86 { .compatible = "ti,omap2", },