From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:34833 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752750AbcETDEA (ORCPT ); Thu, 19 May 2016 23:04:00 -0400 Received: by mail-pa0-f42.google.com with SMTP id tb2so17767915pac.2 for ; Thu, 19 May 2016 20:04:00 -0700 (PDT) Date: Fri, 20 May 2016 08:33:57 +0530 From: Viresh Kumar To: Fabio Estevam Cc: rafael.j.wysocki@intel.com, ping.bai@nxp.com, shawnguo@kernel.org, kernel@pengutronix.de, linux-pm@vger.kernel.org, Fabio Estevam , stable@vger.kernel.org Subject: Re: [PATCH] cpufreq: imx6: Fix the secondary_sel_clk clock string Message-ID: <20160520030357.GA12608@vireshk-i7> References: <1463713188-6896-1-git-send-email-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463713188-6896-1-git-send-email-festevam@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On 19-05-16, 23:59, Fabio Estevam wrote: > From: Fabio Estevam > > Commit a35fc5a33b62a6 ("cpufreq: imx: update the clock switch flow to > support imx6ul") introduced the 'secondary_sel_clk' clock, which is > specific for the i.mx6ul case, but used the wrong clock string inside > the clk_get() function. > > Use the correct clock string: "secondary_sel_clk". > > This fixes a kernel crash after running the 'reboot' command on a > mx6ul. > > Fixes: a35fc5a33b62a6 ("cpufreq: imx: update the clock switch flow to support imx6ul") > Cc: # 4.4.x > Signed-off-by: Fabio Estevam Acked-by: Viresh Kumar -- viresh