Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1647677

[PATCH] cpufreq: dt: Add support for hi3660

From Tao Wang <kevin.wangtao@hisilicon.com>
Newsgroups linux.kernel
Subject [PATCH] cpufreq: dt: Add support for hi3660
Date 2017-05-23 08:40 +0200
Message-ID <tKbE5-7Qs-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] cpufreq: dt: Add support for hi3660 Tao Wang <kevin.wangtao@hisilicon.com> - 2017-05-23 08:40 +0200
  Re: [PATCH] cpufreq: dt: Add support for hi3660 Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-23 09:10 +0200
    [Patch v2] cpufreq: dt: Add support for hi3660 Tao Wang <kevin.wangtao@hisilicon.com> - 2017-05-23 10:20 +0200
      Re: [Patch v2] cpufreq: dt: Add support for hi3660 Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-23 10:40 +0200

csiph-web