linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-udoo: Disable usbh1 to avoid kernel hang
@ 2018-01-18 12:34 Fabio Estevam
  2018-01-18 23:11 ` Maciej S. Szmigiero
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Fabio Estevam @ 2018-01-18 12:34 UTC (permalink / raw)
  To: linux-arm-kernel

Currently the kernel hangs when USB Host1 is enabled due to the lack of
support for controlling the USB hub clock and GPIO reset line.

Peter Chen has made several attempts to fix this problem, but his series
has not been applied yet, so better disable USB host1 for now to avoid
the kernel hang.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx6qdl-udoo.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6qdl-udoo.dtsi b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
index 4161b7d..1f0b9f6 100644
--- a/arch/arm/boot/dts/imx6qdl-udoo.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
@@ -274,7 +274,8 @@
 	pinctrl-0 = <&pinctrl_usbh>;
 	vbus-supply = <&reg_usb_h1_vbus>;
 	clocks = <&clks IMX6QDL_CLK_CKO>;
-	status = "okay";
+	/* currently USB support causes a kernel hang. Disable it for now */
+	status = "disabled";
 };
 
 &usdhc3 {
-- 
2.7.4

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

end of thread, other threads:[~2018-02-22  3:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 12:34 [PATCH] ARM: dts: imx6qdl-udoo: Disable usbh1 to avoid kernel hang Fabio Estevam
2018-01-18 23:11 ` Maciej S. Szmigiero
     [not found]   ` <CAOcK=CNuopm0bq3s-jb2MJ0hHhLyYC1h3zquO__syN2=tU_nKQ@mail.gmail.com>
2018-01-18 23:25     ` Maciej S. Szmigiero
2018-01-18 23:50       ` Markus Rathgeb
2018-01-18 23:56         ` Maciej S. Szmigiero
2018-01-18 23:29   ` Markus Rathgeb
2018-01-19 12:03     ` Fabio Estevam
2018-01-19 11:59   ` Fabio Estevam
2018-01-19 13:38     ` Maciej S. Szmigiero
2018-01-20  9:14 ` Markus Rathgeb
2018-02-11 13:47   ` Markus Rathgeb
2018-02-11 13:58     ` Fabio Estevam
2018-02-11 19:21       ` Fabio Estevam
2018-02-11 23:23         ` Markus Rathgeb
2018-02-22  3:40 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).