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

cpufreq: dt: Add support for hi3660

Add the compatible string for supporting the generic device tree cpufreq-dt
driver on Hisilicon's 3660 SoC.

Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Tao Wang and committed by
Rafael J. Wysocki
a0df7734 41f1830f

+1
+1
drivers/cpufreq/cpufreq-dt-platdev.c
··· 31 31 { .compatible = "arm,integrator-ap", }, 32 32 { .compatible = "arm,integrator-cp", }, 33 33 34 + { .compatible = "hisilicon,hi3660", }, 34 35 { .compatible = "hisilicon,hi6220", }, 35 36 36 37 { .compatible = "fsl,imx27", },