]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cpufreq: ti-cpufreq: Add support for AM3517
authorAdam Ford <aford173@gmail.com>
Wed, 11 Sep 2019 17:47:13 +0000 (19:47 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 10 Oct 2019 10:41:51 +0000 (16:11 +0530)
commit3fbeef397212046cc514fe9fcd07e67e6ca32163
treed77193443d71b5bd49521214ad2042b69baf0f76
parent341afbc9ea3983a2261c9e495e0b66b36b5dda20
cpufreq: ti-cpufreq: Add support for AM3517

The AM3517 only lists 600MHz @ 1.2V, but the register values for
0x4830A204 = 1b86 802f, it seems like am3517 might be a derivative
of the omap36 which OPPs would be OPP50 (300 MHz) and OPP100
(600 MHz).

This patch simply adds the am3517 to the compatible table
similar to a mix of the omap3430 and omap3430 structure.

Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Adam Ford <aford173@gmail.com>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/ti-cpufreq.c