summaryrefslogtreecommitdiff
path: root/libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-03-18 20:07:16 -0300
committerDavid P <megver83@parabola.nu>2018-03-18 20:07:16 -0300
commit99f92fd0455f4d201b40ea7351e7dea979887661 (patch)
treece903b3141a1a7d6552b892e9ebf5580d3cded6f /libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch
parente006f2cf0d4f74f9ef84fd2bc32e6b7abcc1d070 (diff)
downloadabslibre-99f92fd0455f4d201b40ea7351e7dea979887661.tar.gz
abslibre-99f92fd0455f4d201b40ea7351e7dea979887661.tar.bz2
abslibre-99f92fd0455f4d201b40ea7351e7dea979887661.zip
upgpkg: libre/linux-libre-hardened 4.15.10_gnu.a-1
Diffstat (limited to 'libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch')
-rw-r--r--libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch b/libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch
new file mode 100644
index 000000000..868d3d5f1
--- /dev/null
+++ b/libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch
@@ -0,0 +1,27 @@
+From f9e3db4a1d7ec8578be2012ca727c8a2259f8de8 Mon Sep 17 00:00:00 2001
+From: Kevin Mihelich <kevin@archlinuxarm.org>
+Date: Sat, 25 Feb 2017 19:39:51 -0700
+Subject: [PATCH 08/14] disable USB3 port on ODROID-XU
+
+Ports report over-current condition and are non-operable.
+
+Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
+---
+ arch/arm/boot/dts/exynos5410-odroidxu.dts | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/arm/boot/dts/exynos5410-odroidxu.dts b/arch/arm/boot/dts/exynos5410-odroidxu.dts
+index a45eaae33f8f..7f7de094724e 100644
+--- a/arch/arm/boot/dts/exynos5410-odroidxu.dts
++++ b/arch/arm/boot/dts/exynos5410-odroidxu.dts
+@@ -630,6 +630,7 @@
+
+ &usbdrd_dwc3_0 {
+ dr_mode = "host";
++ status = "disabled";
+ };
+
+ &usbdrd_dwc3_1 {
+--
+2.16.1
+