From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/4] cpufreq: ti-cpufreq: add support for omap34xx and omap36xx Date: Sat, 7 Sep 2019 10:08:38 -0700 Message-ID: <20190907170838.GH52127@atomide.com> References: <0eb7129f6148faac0150d6299ac97347484c7125.1567839375.git.hns@goldelico.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Adam Ford , =?utf-8?B?QW5kcsOp?= Roth , Mark Rutland , "Rafael J. Wysocki" , Viresh Kumar , Enric Balletbo i Serra , Javier Martinez Canillas , Roger Quadros , Teresa Remmet , Linux-OMAP , devicetree , Linux Kernel Mailing List , linux-pm@vger.kernel.org, Discussions about the Letux Kernel , kernel@pyra-handheld.com, linux-arm-kernel List-Id: devicetree@vger.kernel.org * H. Nikolaus Schaller [190907 07:38]: > > Am 07.09.2019 um 08:56 schrieb H. Nikolaus Schaller : > > @@ -190,6 +272,11 @@ static const struct of_device_id ti_cpufreq_of_match[] = { > > { .compatible = "ti,am33xx", .data = &am3x_soc_data, }, > > { .compatible = "ti,am43", .data = &am4x_soc_data, }, > > { .compatible = "ti,dra7", .data = &dra7_soc_data }, > > + { .compatible = "ti,omap34xx", .data = &omap34xx_soc_data, }, > > + { .compatible = "ti,omap36xx", .data = &omap36xx_soc_data, }, > > + /* legacy */ > > + { .compatible = "ti,omap3430", .data = &omap34xx_soc_data, }, > > + { .compatible = "ti,omap3630", .data = &omap36xx_soc_data, }, > > Well, I just realized that with the latest DTS changes, > > ti,omap34xx and ti,omap36xx are legacy and > ti,omap3430 and ti,omap3630 are now official. Heh :) Anyways, with that changed, this looks good to me: Reviewed-by: Tony Lindgren