Skip to content

Commit 5008e4c

Browse files
Vibhore Vardhanvireshk
authored andcommitted
cpufreq: ti-cpufreq: Add support for AM62A7
Add support for TI K3 AM62A7 SoC to read speed and revision values from hardware and pass to OPP layer. AM62A7 has the same A53 and efuse configuration as AM625. Thus, soc_data from AM625 is reused. Based on AM625 CPUFreq patch series by Dave Gerlach. Signed-off-by: Vibhore Vardhan <vibhore@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 11a3b0a commit 5008e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/ti-cpufreq.c

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

0 commit comments

Comments
 (0)