Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbbKQJhP (ORCPT ); Tue, 17 Nov 2015 04:37:15 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:45472 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbbKQJhN (ORCPT ); Tue, 17 Nov 2015 04:37:13 -0500 Message-ID: <1447753028.3144.49.camel@pengutronix.de> Subject: Re: [PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b From: Lucas Stach To: Michael Trimarchi Cc: shawnguo@kernel.org, mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, linux-clk@vger.kernel.org Date: Tue, 17 Nov 2015 10:37:08 +0100 In-Reply-To: <1446991642-3088-1-git-send-email-michael@amarulasolutions.com> References: <1446991642-3088-1-git-send-email-michael@amarulasolutions.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:fa0f:41ff:fe58:4010 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1613 Lines: 39 Am Sonntag, den 08.11.2015, 15:07 +0100 schrieb Michael Trimarchi: > OSC can be used as USB hub source clock. An example we can route to > CLK2_P imx6 pin > > Signed-off-by: Michael Trimarchi I don't think the more verbose commit message of V2 adds any more value, so I'm explicitly looking at V1. Change looks in line with the TRM, so: Reviewed-by: Lucas Stach > --- > drivers/clk/imx/clk-imx6q.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/clk/imx/clk-imx6q.c b/drivers/clk/imx/clk-imx6q.c > index b2c1c04..8fe0015 100644 > --- a/drivers/clk/imx/clk-imx6q.c > +++ b/drivers/clk/imx/clk-imx6q.c > @@ -70,7 +70,8 @@ static const char *cko_sels[] = { "cko1", "cko2", }; > static const char *lvds_sels[] = { > "dummy", "dummy", "dummy", "dummy", "dummy", "dummy", > "pll4_audio", "pll5_video", "pll8_mlb", "enet_ref", > - "pcie_ref_125m", "sata_ref_100m", > + "pcie_ref_125m", "sata_ref_100m", "usbphy1", "usbphy2", > + "dummy", "dummy", "dummy", "dummy", "osc", > }; > static const char *pll_bypass_src_sels[] = { "osc", "lvds1_in", "lvds2_in", "dummy", }; > static const char *pll1_bypass_sels[] = { "pll1", "pll1_bypass_src", }; -- Pengutronix e.K. | Lucas Stach | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/