On 01-08-16, 17:38, Matwey V. Kornilov wrote: > TI am33xx based platforms (i.e. BeagleBone) rely on > platform:cpufreq-dt creation in arch/arm/mach-omap2/pm.c > > Add missed ti,am33xx compatible to cpufreq-dt-platdev > > Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver") > Signed-off-by: Matwey V. Kornilov <matwey@xxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx # 4.7 > --- > 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 0bb44d5..7a590b4 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -68,6 +68,7 @@ static const struct of_device_id machines[] __initconst = { > > { .compatible = "sigma,tango4" }, > > + { .compatible = "ti,am33xx", }, > { .compatible = "ti,omap2", }, > { .compatible = "ti,omap3", }, > { .compatible = "ti,omap4", }, Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html