On Sat, Jun 27, 2015 at 10:12:25AM +0200, Dirk Behme wrote: > From: Sebastien Szymanski <sebastien.szymanski@xxxxxxxxxxxx> > > commit da946aeaeadcd24ff0cda9984c6fb8ed2bfd462a upstream. > > According to IMX6D/Q RM, table 18-3, sata clock's parent is ahb, not ipg. > > Signed-off-by: Sebastien Szymanski <sebastien.szymanski@xxxxxxxxxxxx> > Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > Signed-off-by: Shawn Guo <shawn.guo@xxxxxxxxxx> > [dirk.behme: Adjust moved file and context] > Signed-off-by: Dirk Behme <dirk.behme@xxxxxxxxx> > > -- > > Index: github_linux.git/arch/arm/mach-imx/clk-imx6q.c > =================================================================== > --- github_linux.git.orig/arch/arm/mach-imx/clk-imx6q.c 2015-06-13 08:03:18.874108966 +0200 > +++ github_linux.git/arch/arm/mach-imx/clk-imx6q.c 2015-06-13 08:04:01.582110737 +0200 > @@ -406,7 +406,7 @@ > clk[gpmi_io] = imx_clk_gate2("gpmi_io", "enfc", base + 0x78, 28); > clk[gpmi_apb] = imx_clk_gate2("gpmi_apb", "usdhc3", base + 0x78, 30); > clk[rom] = imx_clk_gate2("rom", "ahb", base + 0x7c, 0); > - clk[sata] = imx_clk_gate2("sata", "ipg", base + 0x7c, 4); > + clk[sata] = imx_clk_gate2("sata", "ahb", base + 0x7c, 4); > clk[sdma] = imx_clk_gate2("sdma", "ahb", base + 0x7c, 6); > clk[spba] = imx_clk_gate2("spba", "ipg", base + 0x7c, 12); > clk[spdif] = imx_clk_gate2("spdif", "spdif_podf", base + 0x7c, 14); > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Thanks, I'm using this backport for the 3.16 kernel as well. Cheers, -- Luís -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html