]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: imx-cpufreq-dt: Remove global platform match list
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 5 Jun 2019 10:37:05 +0000 (13:37 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 6 Jun 2019 03:07:23 +0000 (08:37 +0530)
commit7d5f589a522889d3fd56ad0c43961b90d07b4a93
tree3b83a4b515e910bcf6e48faa5589c2ec2a5290d8
parent4c5681fcc684c762b09435de3e82ffeee7769d21
cpufreq: imx-cpufreq-dt: Remove global platform match list

This is not currently needed, instead a platform device is always created
from SOC-specific code.

We can use of_machine_is_compatible for per-SOC behavior instead.

Suggested-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/imx-cpufreq-dt.c