Re: [PATCH] cpufreq: imx6q-cpufreq: Fix speed grading check for imx6qp

2017-12-20 Thread Stefan Riedmüller
Hi, On 19.12.2017 18:02, Lucas Stach wrote: Am Dienstag, den 19.12.2017, 16:56 +0100 schrieb Stefan Riedmueller: Add compatibility for the i.MX 6QuadPlus to make it behave like the i.MX 6Quad, as both SOCs use the same operating points. Otherwise the i.MX 6QuadPlus tries to run with 1.2 GHz eve

Re: [PATCH] cpufreq: imx6q-cpufreq: Fix speed grading check for imx6qp

2017-12-19 Thread Lucas Stach
Am Dienstag, den 19.12.2017, 16:56 +0100 schrieb Stefan Riedmueller: > Add compatibility for the i.MX 6QuadPlus to make it behave like the > i.MX 6Quad, as both SOCs use the same operating points. Otherwise the > i.MX 6QuadPlus tries to run with 1.2 GHz even though it only > supports 1 GHz. There

[PATCH] cpufreq: imx6q-cpufreq: Fix speed grading check for imx6qp

2017-12-19 Thread Stefan Riedmueller
Add compatibility for the i.MX 6QuadPlus to make it behave like the i.MX 6Quad, as both SOCs use the same operating points. Otherwise the i.MX 6QuadPlus tries to run with 1.2 GHz even though it only supports 1 GHz. Signed-off-by: Stefan Riedmueller --- drivers/cpufreq/imx6q-cpufreq.c | 8 +--