Skip to content

Commit

Permalink
cpufreq: Use imx-cpufreq-dt for i.MX8MP's speed grading
Browse files Browse the repository at this point in the history
Add i.MX8MP to blacklist, so that imx-cpufreq-dt driver can handle
speed grading bits just like other i.MX8M SoCs.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Anson Huang authored and Viresh Kumar committed Jan 7, 2020
1 parent 308beaf commit 24f371f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "fsl,imx8mq", },
{ .compatible = "fsl,imx8mm", },
{ .compatible = "fsl,imx8mn", },
{ .compatible = "fsl,imx8mp", },

{ .compatible = "marvell,armadaxp", },

Expand Down

0 comments on commit 24f371f

Please sign in to comment.