From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Thu, 26 Jun 2014 11:21:40 +0800 Subject: [PATCH V2] ARM: imx: add cpufreq support for i.mx6sx In-Reply-To: References: <1403687412-22362-1-git-send-email-b20788@freescale.com> <135a42da42024542b0f7a034ef1d63df@BY2PR03MB315.namprd03.prod.outlook.com> Message-ID: <20140626032139.GO2224@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 26, 2014 at 12:11:37AM -0300, Fabio Estevam wrote: > On Thu, Jun 26, 2014 at 12:06 AM, Fabio Estevam wrote: > > On Wed, Jun 25, 2014 at 11:53 PM, Anson.Huang at freescale.com > > wrote: > >> Hi, Fabio > >> I have already sent cpufreq driver patch for review which is supporting i.MX6SX, you may need to add it by yourself if you want to test it, I attached the patch, hope it helps. > > > > Thanks. It works fine now. > > Forgot to mention that this error still appears: > > cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19) The driver checks if platform supplies an OPP table by attempting to call dev_pm_opp_get_opp_count() and check the return. So there is no real issue behind this message. Shawn