* H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> [190907 07:38]: > > Am 07.09.2019 um 08:56 schrieb H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>: > > @@ -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 <tony@xxxxxxxxxxx>