From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@rjwysocki.net (Rafael J. Wysocki) Date: Mon, 08 Jan 2018 00:34:00 +0100 Subject: [PATCH 2/2] cpufreq: imx6q: add 696MHz operating point for i.mx6ul In-Reply-To: References: <1514912859-17691-1-git-send-email-Anson.Huang@nxp.com> Message-ID: <2009633.KF2URkV5n1@aspire.rjw.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday, January 6, 2018 4:05:41 AM CET Anson Huang wrote: > Hi, Rafael > > Best Regards! > Anson Huang > > > > -----Original Message----- > > From: rjwysocki at gmail.com [mailto:rjwysocki at gmail.com] On Behalf Of Rafael > > J. Wysocki > > Sent: 2018-01-05 8:21 PM > > To: Anson Huang > > Cc: linux-arm-kernel at lists.infradead.org; devicetree at vger.kernel.org; Linux > > PM ; Linux Kernel Mailing List > kernel at vger.kernel.org>; Shawn Guo ; Sascha Hauer > > ; Fabio Estevam ; Rob > > Herring ; Mark Rutland ; > > Russell King - ARM Linux ; Rafael J. Wysocki > > ; Viresh Kumar ; Jacky Bai > > ; A.s. Dong > > Subject: Re: [PATCH 2/2] cpufreq: imx6q: add 696MHz operating point for > > i.mx6ul > > > > On Tue, Jan 2, 2018 at 6:07 PM, Anson Huang wrote: > > > Add 696MHz operating point for i.MX6UL, only for those parts with > > > speed grading fuse set to 2b'10 supports 696MHz operating point, so, > > > speed grading check is also added for i.MX6UL in this patch, the clock > > > tree for each operating point are as below: > > > > > > 696MHz: > > > pll1 696000000 > > > pll1_bypass 696000000 > > > pll1_sys 696000000 > > > pll1_sw 696000000 > > > arm 696000000 > > > 528MHz: > > > pll2 528000000 > > > pll2_bypass 528000000 > > > pll2_bus 528000000 > > > ca7_secondary_sel 528000000 > > > step 528000000 > > > pll1_sw 528000000 > > > arm 528000000 > > > 396MHz: > > > pll2_pfd2_396m 396000000 > > > ca7_secondary_sel 396000000 > > > step 396000000 > > > pll1_sw 396000000 > > > arm 396000000 > > > 198MHz: > > > pll2_pfd2_396m 396000000 > > > ca7_secondary_sel 396000000 > > > step 396000000 > > > pll1_sw 396000000 > > > arm 198000000 > > > > > > Signed-off-by: Anson Huang > > > > This doesn't apply for me and in a nontrivial way. > > > > What kernel is it against? > > I did it based on linux-next, it should be on linux-next-pm branch, I redo > the patch set V2 based on linux-next-pm, also redo the test, > sorry for the inconvenience. But you didn't add the Reviewed-by: tags from Fabio to them. Was that on purpose or by mistake? Thanks, Rafael