Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1732597
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 2/3] cpufreq: rockchip: add support for rk3328 soc |
| Date | 2017-09-14 23:30 +0200 |
| Message-ID | <upJRU-1Rr-23@gated-at.bofh.it> (permalink) |
| References | <uhzmF-6FO-1@gated-at.bofh.it> <uhzmG-6FO-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 23-08-17, 16:40, cl@rock-chips.com wrote:
> From: Liang Chen <cl@rock-chips.com>
>
> Add compatible rockchip,rk3328 to the machines table to
> launch cpufreq-dt driver for rk3328 soc.
>
> Signed-off-by: Liang Chen <cl@rock-chips.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 1c26292..f16c3ba 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -76,6 +76,7 @@
> { .compatible = "rockchip,rk3188", },
> { .compatible = "rockchip,rk3228", },
> { .compatible = "rockchip,rk3288", },
> + { .compatible = "rockchip,rk3328", },
> { .compatible = "rockchip,rk3366", },
> { .compatible = "rockchip,rk3368", },
> { .compatible = "rockchip,rk3399", },
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v1 2/3] cpufreq: rockchip: add support for rk3328 soc Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-14 23:30 +0200
csiph-web