Skip to content

Commit 304d9a0

Browse files
bryanbrattlofvireshk
authored andcommitted
cpufreq: ti-cpufreq: Add opp support for am62p5 SoCs
The am62p5 is a variation of the am625 and the am62a7 SoC families. Add the am62p5 to the list using the same cpufreq data as the rest of the am62x extended family. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 8b8eb85 commit 304d9a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/ti-cpufreq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ static const struct of_device_id ti_cpufreq_of_match[] = {
338338
{ .compatible = "ti,omap36xx", .data = &omap36xx_soc_data, },
339339
{ .compatible = "ti,am625", .data = &am625_soc_data, },
340340
{ .compatible = "ti,am62a7", .data = &am625_soc_data, },
341+
{ .compatible = "ti,am62p5", .data = &am625_soc_data, },
341342
/* legacy */
342343
{ .compatible = "ti,omap3430", .data = &omap34xx_soc_data, },
343344
{ .compatible = "ti,omap3630", .data = &omap36xx_soc_data, },

0 commit comments

Comments
 (0)