Commit a0df7734 authored by Tao Wang's avatar Tao Wang Committed by Rafael J. Wysocki

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: default avatarTao Wang <kevin.wangtao@hisilicon.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 41f1830f
...@@ -31,6 +31,7 @@ static const struct of_device_id machines[] __initconst = { ...@@ -31,6 +31,7 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "arm,integrator-ap", }, { .compatible = "arm,integrator-ap", },
{ .compatible = "arm,integrator-cp", }, { .compatible = "arm,integrator-cp", },
{ .compatible = "hisilicon,hi3660", },
{ .compatible = "hisilicon,hi6220", }, { .compatible = "hisilicon,hi6220", },
{ .compatible = "fsl,imx27", }, { .compatible = "fsl,imx27", },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment