summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2017-09-19 15:06:13 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-20 00:51:01 +0200
commit039cc1c1eb971ffe1973fddb8769a80fd4950a6f (patch)
tree85a46af5421e4f6dbb3a152e66476db2efcf17ea /drivers/cpufreq
parentff76898c0a14a43f71bfe63dd1903087e96ce238 (diff)
downloadop-kernel-dev-039cc1c1eb971ffe1973fddb8769a80fd4950a6f.zip
op-kernel-dev-039cc1c1eb971ffe1973fddb8769a80fd4950a6f.tar.gz
cpufreq: ti-cpufreq: Support additional am43xx platforms
Rather than letting the ti-cpufreq driver match against 'ti,am4372' machine compatible during probe let's match against 'ti,am43' so that we can support both 'ti,am4372' and 'ti,am438x' platforms which both match to this compatible. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/ti-cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/ti-cpufreq.c b/drivers/cpufreq/ti-cpufreq.c
index b29cd33..4bf47de 100644
--- a/drivers/cpufreq/ti-cpufreq.c
+++ b/drivers/cpufreq/ti-cpufreq.c
@@ -190,7 +190,7 @@ static int ti_cpufreq_setup_syscon_register(struct ti_cpufreq_data *opp_data)
static const struct of_device_id ti_cpufreq_of_match[] = {
{ .compatible = "ti,am33xx", .data = &am3x_soc_data, },
- { .compatible = "ti,am4372", .data = &am4x_soc_data, },
+ { .compatible = "ti,am43", .data = &am4x_soc_data, },
{ .compatible = "ti,dra7", .data = &dra7_soc_data },
{},
};
OpenPOWER on IntegriCloud