mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] clk: imx: clk-imx6ul: Fixed conditional for enabling USB phy clocks
@ 2017-03-03  9:05 Robin van der Gracht
  2017-03-03 10:54 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Robin van der Gracht @ 2017-03-03  9:05 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox, Robin van der Gracht

Signed-off-by: Robin van der Gracht <robin@protonic.nl>
---
 drivers/clk/imx/clk-imx6ul.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c
index 72b5fa2..0ca0652 100644
--- a/drivers/clk/imx/clk-imx6ul.c
+++ b/drivers/clk/imx/clk-imx6ul.c
@@ -392,7 +392,7 @@ static int imx6_ccm_probe(struct device_d *dev)
 	for (i = 0; i < ARRAY_SIZE(clks_init_on); i++)
 		clk_enable(clks[clks_init_on[i]]);
 
-	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
+	if (IS_ENABLED(CONFIG_USB_IMX_PHY)) {
 		clk_enable(clks[IMX6UL_CLK_USBPHY1_GATE]);
 		clk_enable(clks[IMX6UL_CLK_USBPHY2_GATE]);
 	}
-- 
2.9.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-03 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03  9:05 [PATCH] clk: imx: clk-imx6ul: Fixed conditional for enabling USB phy clocks Robin van der Gracht
2017-03-03 10:54 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox