Message ID | 1577343167-16376-1-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | [1/2] cpufreq: Use imx-cpufreq-dt for i.MX8MP's speed grading | expand |
On 26-12-19, 14:52, Anson Huang wrote: > 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> > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > index f1d170d..a2e5f3a 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -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", }, Applied both (after minor formatting fixes). Thanks.
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index f1d170d..a2e5f3a 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -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", },
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> --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insertion(+)