From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH] cpufreq: ti: Use generic platdev driver Date: Thu, 15 Sep 2016 11:55:07 +0530 Message-ID: <20160915062507.GA30169@vireshk-i7> References: <20160914204137.20346-1-d-gerlach@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f170.google.com ([209.85.192.170]:36640 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933844AbcIOGZL (ORCPT ); Thu, 15 Sep 2016 02:25:11 -0400 Received: by mail-pf0-f170.google.com with SMTP id 128so13511004pfb.3 for ; Wed, 14 Sep 2016 23:25:11 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20160914204137.20346-1-d-gerlach@ti.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Dave Gerlach Cc: "Rafael J . Wysocki" , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-pm@vger.kernel.org, Tony Lindgren On 14-09-16, 15:41, Dave Gerlach wrote: > Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform > device for all OMAP platforms and the platform code that did it > before has been removed, add ti,am33xx and ti,dra7xx to the machine list > in cpufreq-dt-platdev which had relied on the removed platform code to do > this previously. > > Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver") > Signed-off-by: Dave Gerlach Any stable trees you want this to be added to ? > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > index 0bb44d5b5df4..d5e8ba50f8a3 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -68,6 +68,8 @@ static const struct of_device_id machines[] __initconst = { > > { .compatible = "sigma,tango4" }, > > + { .compatible = "ti,am33xx", }, > + { .compatible = "ti,dra7", }, > { .compatible = "ti,omap2", }, > { .compatible = "ti,omap3", }, > { .compatible = "ti,omap4", }, Acked-by: Viresh Kumar -- viresh