summaryrefslogtreecommitdiffstats
path: root/arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-06-29 13:18:57 +0100
committerPeter Robinson <pbrobinson@gmail.com>2018-06-29 13:18:57 +0100
commit4a31f03885ffd6110b3a88104b2328e3121ed5aa (patch)
tree83575b64350f1c7ba49989e56fd26433d54a747b /arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
parentaf9fe25b4cac16a58df352b40590950a1a2b8005 (diff)
downloadkernel-4a31f03885ffd6110b3a88104b2328e3121ed5aa.tar.gz
kernel-4a31f03885ffd6110b3a88104b2328e3121ed5aa.tar.xz
kernel-4a31f03885ffd6110b3a88104b2328e3121ed5aa.zip
Add a possible i.MX6 sdhci fix, drop some old ARM patches, renumber patches
Diffstat (limited to 'arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch')
-rw-r--r--arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch b/arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
deleted file mode 100644
index 1100a148a..000000000
--- a/arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From patchwork Thu Jan 18 12:34:18 2018
-Content-Type: text/plain; charset="utf-8"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Subject: ARM: dts: imx6qdl-udoo: Disable usbh1 to avoid kernel hang
-From: Fabio Estevam <fabio.estevam@nxp.com>
-X-Patchwork-Id: 10173115
-Message-Id: <1516278858-15464-1-git-send-email-fabio.estevam@nxp.com>
-To: <shawnguo@kernel.org>
-Cc: maggu2810@gmail.com, peter.chen@nxp.com, mail@maciej.szmigiero.name,
- Fabio Estevam <fabio.estevam@nxp.com>, linux-arm-kernel@lists.infradead.org
-Date: Thu, 18 Jan 2018 10:34:18 -0200
-
-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>
-Acked-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
-Tested-by: Markus Rathgeb <maggu2810@gmail.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 {