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


Groups > linux.kernel > #1647704

Re: [PATCH] cpufreq: dt: Add support for hi3660

From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] cpufreq: dt: Add support for hi3660
Date 2017-05-23 09:10 +0200
Message-ID <tKc79-8iP-29@gated-at.bofh.it> (permalink)
References <tKbE5-7Qs-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 23-05-17, 14:34, Tao Wang wrote:
> 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", },

In alphabetical order please.

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

-- 
viresh

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