Message ID | 5727588D.5090105@free.fr (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Rafael Wysocki |
Headers | show |
On 02-05-16, 15:39, Mason wrote: > From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> > > Add tango4 compatible string to the list. > > Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
On Monday, May 02, 2016 08:32:52 PM Viresh Kumar wrote: > On 02-05-16, 15:39, Mason wrote: > > From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> > > > > Add tango4 compatible string to the list. > > > > Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> > > --- > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > > 1 file changed, 2 insertions(+) > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index ac4a0ba87c12..3646b143bbf5 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -66,6 +66,8 @@ static const struct of_device_id machines[] __initconst = { { .compatible = "rockchip,rk3368", }, { .compatible = "rockchip,rk3399", }, + { .compatible = "sigma,tango4" }, + { .compatible = "ti,omap2", }, { .compatible = "ti,omap3", }, { .compatible = "ti,omap4", },