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


Groups > linux.kernel > #1647779

[Patch v2] cpufreq: dt: Add support for hi3660

From Tao Wang <kevin.wangtao@hisilicon.com>
Newsgroups linux.kernel
Subject [Patch v2] cpufreq: dt: Add support for hi3660
Date 2017-05-23 10:20 +0200
Message-ID <tKdcS-x7-13@gated-at.bofh.it> (permalink)
References <tKc79-8iP-29@gated-at.bofh.it>
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>
---
Changes in v2:
- changed order according to Viresh's suggestion

 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..1c26292 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -31,6 +31,7 @@
 	{ .compatible = "arm,integrator-ap", },
 	{ .compatible = "arm,integrator-cp", },
 
+	{ .compatible = "hisilicon,hi3660", },
 	{ .compatible = "hisilicon,hi6220", },
 
 	{ .compatible = "fsl,imx27", },
-- 
1.7.9.5

Back to linux.kernel | Previous | NextPrevious in thread | Next 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