[PATCH] cpufreq: dt: Add support for hi3660

From: Tao Wang
Date: Tue May 23 2017 - 02:37:47 EST


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@xxxxxxxxxxxxx>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 921b4a6..b54e610 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -32,6 +32,7 @@
{ .compatible = "arm,integrator-cp", },

{ .compatible = "hisilicon,hi6220", },
+ { .compatible = "hisilicon,hi3660", },

{ .compatible = "fsl,imx27", },
{ .compatible = "fsl,imx51", },
--
1.7.9.5