Re: [PATCH] cpufreq: imx-cpufreq-dt: Add i.MX8MN support

2019-07-10 Thread Rafael J. Wysocki
On Monday, July 8, 2019 5:50:57 AM CEST Viresh Kumar wrote: > On 08-07-19, 11:03, anson.hu...@nxp.com wrote: > > From: Anson Huang > > > > i.MX8MN is a new SoC of i.MX8M series, it also uses speed > > grading and market segment fuses for OPP definitions, add > > support for this SoC. > > > >

Re: [PATCH] cpufreq: imx-cpufreq-dt: Add i.MX8MN support

2019-07-07 Thread Viresh Kumar
On 08-07-19, 11:03, anson.hu...@nxp.com wrote: > From: Anson Huang > > i.MX8MN is a new SoC of i.MX8M series, it also uses speed > grading and market segment fuses for OPP definitions, add > support for this SoC. > > Signed-off-by: Anson Huang > --- > drivers/cpufreq/imx-cpufreq-dt.c | 3 ++-

[PATCH] cpufreq: imx-cpufreq-dt: Add i.MX8MN support

2019-07-07 Thread Anson . Huang
From: Anson Huang i.MX8MN is a new SoC of i.MX8M series, it also uses speed grading and market segment fuses for OPP definitions, add support for this SoC. Signed-off-by: Anson Huang --- drivers/cpufreq/imx-cpufreq-dt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git