cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade value
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 22 Oct 2019 08:33:19 +0000 (16:33 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 22 Oct 2019 08:38:50 +0000 (14:08 +0530)
commitaf44d180e3de4cb411ce327b147ea3513f0bbbcb
tree9d6cf27ea5f6c48126d0f599c0c4ffd5f325e4b2
parente318d2c8f32d409f304ece12e50a759b2ed78d1b
cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade value

i.MX8MN has different speed grade definition compared to
i.MX8MQ/i.MX8MM, when fuses are NOT written, the default
speed_grade should be set to minimum available OPP defined
in DT which is 1.2GHz, the corresponding speed_grade value
should be 0xb.

Fixes: 5b8010ba70d5 ("cpufreq: imx-cpufreq-dt: Add i.MX8MN support")
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/imx-cpufreq-dt.c