Message ID | 1503407722-14056-1-git-send-email-andy.yan@rock-chips.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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
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 > > > >
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 --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", },
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(+)