diff mbox

[v2,3/3] cpufreq: dt: add support for rockchip rv1108

Message ID 1503407722-14056-1-git-send-email-andy.yan@rock-chips.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Andy Yan Aug. 22, 2017, 1:15 p.m. UTC
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>
---

Changes in v2: None

 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Rafael J. Wysocki Aug. 22, 2017, 1:44 p.m. UTC | #1
On Tuesday, August 22, 2017 3:15:22 PM CEST 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>

This is a [3/3] in a series, so presumably it depends on something, so I guess
it should be applied along with the thing it depends on.  Right?

Thanks,
Rafael
Andy Yan Aug. 23, 2017, 12:49 a.m. UTC | #2
Hi Rafael:


On 2017年08月22日 21:44, Rafael J. Wysocki wrote:
> On Tuesday, August 22, 2017 3:15:22 PM CEST 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>
> This is a [3/3] in a series, so presumably it depends on something, so I guess
> it should be applied along with the thing it depends on.  Right?

     The other two are dts parts [1] [2], they have been taken to 
arm-soc by Heiko.
And Heiko also gave a Reviewed-by for this patch in v1[3].

     [1] https://patchwork.kernel.org/patch/9915139/
     [2] https://patchwork.kernel.org/patch/9915145/
     [3] https://patchwork.kernel.org/patch/9911907/
>
> Thanks,
> Rafael
>
>
>
>
Rafael J. Wysocki Aug. 23, 2017, 1:08 a.m. UTC | #3
On Wed, Aug 23, 2017 at 2:49 AM, Andy Yan <andy.yan@rock-chips.com> wrote:
> Hi Rafael:
>
>
> On 2017年08月22日 21:44, Rafael J. Wysocki wrote:
>>
>> On Tuesday, August 22, 2017 3:15:22 PM CEST 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>
>>
>> This is a [3/3] in a series, so presumably it depends on something, so I
>> guess
>> it should be applied along with the thing it depends on.  Right?
>
>
>     The other two are dts parts [1] [2], they have been taken to arm-soc by
> Heiko.
> And Heiko also gave a Reviewed-by for this patch in v1[3].
>
>     [1] https://patchwork.kernel.org/patch/9915139/
>     [2] https://patchwork.kernel.org/patch/9915145/
>     [3] https://patchwork.kernel.org/patch/9911907/

So please ask Viresh for an ACK on this one and route it through
arm-soc as well.

Thanks,
Rafael
diff mbox

Patch

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", },