On 11-09-18, 11:12, Biju Das wrote: > Add the compatible strings for supporting the generic cpufreq driver on > the Renesas RZ/G1N (R8A7744) SoC. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> > Reviewed-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > --- > 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 fe14c57..805f8a0 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -58,6 +58,7 @@ static const struct of_device_id whitelist[] __initconst = { > { .compatible = "renesas,r8a73a4", }, > { .compatible = "renesas,r8a7740", }, > { .compatible = "renesas,r8a7743", }, > + { .compatible = "renesas,r8a7744", }, > { .compatible = "renesas,r8a7745", }, > { .compatible = "renesas,r8a7778", }, > { .compatible = "renesas,r8a7779", }, Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh