[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <53EF7AF6.2000405@gmail.com>
Date: Sat, 16 Aug 2014 17:38:30 +0200
From: Philippe Reynes <tremyfr@...il.com>
To: Linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, shawn.guo@...escale.com,
Peter.Chen@...escale.com
CC: gwenhael.goavec-merou@...bucayre.com
Subject: [RFC] usb issue on imx27: 3 clocks are needed
Hi all,
i.MX27's usb needs three clocks (usb_ipg_gate, usb_ahb_gate and usb_div)
but the current chipidea driver implementation, and devicetree, provides
only ipg and ahb. Consequently, if the bootloader don't enable the last
one, the kernel will crash.
Our approach/idea is to add a second, optionnal, clock in ci_hdrc_imx.c
with 'per' name in devicetree and to add clock name 'main_clk' for mandatory clock.
This approach it correct? Or an other approach seems better?
Thank you very much for your point of view.
Regards,
Philippe and Gwenhael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists