Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1732597 > unrolled thread
| Started by | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| First post | 2017-09-14 23:30 +0200 |
| Last post | 2017-09-14 23:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v1 2/3] cpufreq: rockchip: add support for rk3328 soc Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-14 23:30 +0200
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-09-14 23:30 +0200 |
| Subject | Re: [PATCH v1 2/3] cpufreq: rockchip: add support for rk3328 soc |
| Message-ID | <upJRU-1Rr-23@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web