Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1731797 > unrolled thread
| Started by | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| First post | 2017-09-13 21:20 +0200 |
| Last post | 2017-09-19 20:50 +0200 |
| Articles | 3 — 2 participants |
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 2/2] cpufreq: dt: add support for rockchip rv1108 Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-13 21:20 +0200
Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 Andy Yan <andy.yan@rock-chips.com> - 2017-09-14 03:00 +0200
Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-19 20:50 +0200
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-09-13 21:20 +0200 |
| Subject | Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 |
| Message-ID | <uplmy-2Zr-13@gated-at.bofh.it> |
On 21-08-17, 17:10, Andy Yan wrote:
> Add the compatible string to support the generic device tree
> cpufreq-dt driver on rockchip rv1108 soc.
>
> Signed-off-by: Andy Yan <andy.yan@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..2d71c09 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -69,6 +69,7 @@ static const struct of_device_id machines[] __initconst = {
> { .compatible = "renesas,r8a7794", },
> { .compatible = "renesas,sh73a0", },
>
> + { .compatible = "rockchip,rv1108", },
> { .compatible = "rockchip,rk2928", },
> { .compatible = "rockchip,rk3036", },
> { .compatible = "rockchip,rk3066a", },
You use operating-points-v2 or the V1 bindings for this SoC? The SoCs using
operating-points-v2 don't need such changes anymore.
--
viresh
[toc] | [next] | [standalone]
| From | Andy Yan <andy.yan@rock-chips.com> |
|---|---|
| Date | 2017-09-14 03:00 +0200 |
| Message-ID | <upqFz-6cM-3@gated-at.bofh.it> |
| In reply to | #1731797 |
Hi Viresh:
On 2017年09月14日 03:18, Viresh Kumar wrote:
> On 21-08-17, 17:10, Andy Yan wrote:
>> Add the compatible string to support the generic device tree
>> cpufreq-dt driver on rockchip rv1108 soc.
>>
>> Signed-off-by: Andy Yan <andy.yan@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..2d71c09 100644
>> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
>> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
>> @@ -69,6 +69,7 @@ static const struct of_device_id machines[] __initconst = {
>> { .compatible = "renesas,r8a7794", },
>> { .compatible = "renesas,sh73a0", },
>>
>> + { .compatible = "rockchip,rv1108", },
>> { .compatible = "rockchip,rk2928", },
>> { .compatible = "rockchip,rk3036", },
>> { .compatible = "rockchip,rk3066a", },
> You use operating-points-v2 or the V1 bindings for this SoC? The SoCs using
> operating-points-v2 don't need such changes anymore.
Yes, I use operating-points-v2.
>
[toc] | [prev] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-09-19 20:50 +0200 |
| Message-ID | <urvKP-xs-45@gated-at.bofh.it> |
| In reply to | #1731997 |
On 14-09-17, 08:52, Andy Yan wrote: > Yes, I use operating-points-v2. Did you check with current mainline? It should work without this patches. -- viresh
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web