mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 07:30:16 +00:00
cpufreq: Use imx-cpufreq-dt for i.MX8MP's speed grading
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>
This commit is contained in:
parent
308beafc37
commit
24f371f77e
@ -109,6 +109,7 @@ static const struct of_device_id blacklist[] __initconst = {
|
|||||||
{ .compatible = "fsl,imx8mq", },
|
{ .compatible = "fsl,imx8mq", },
|
||||||
{ .compatible = "fsl,imx8mm", },
|
{ .compatible = "fsl,imx8mm", },
|
||||||
{ .compatible = "fsl,imx8mn", },
|
{ .compatible = "fsl,imx8mn", },
|
||||||
|
{ .compatible = "fsl,imx8mp", },
|
||||||
|
|
||||||
{ .compatible = "marvell,armadaxp", },
|
{ .compatible = "marvell,armadaxp", },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user