From 6d19779d07cbcbabe5aba8cf3e3d6bc663c59477 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 24 Sep 2017 19:32:54 -0300 Subject: Updated ARM patches in kernels Just from [libre], for now --- .../0008-disable-USB3-port-on-ODROID-XU.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch (limited to 'libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch') 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..01a9c3f01 --- /dev/null +++ b/libre/linux-libre-hardened/0008-disable-USB3-port-on-ODROID-XU.patch @@ -0,0 +1,27 @@ +From 800ac49ce45ca2500e2455194d155d5d20f633e0 Mon Sep 17 00:00:00 2001 +From: Kevin Mihelich +Date: Sat, 25 Feb 2017 19:39:51 -0700 +Subject: [PATCH 8/9] disable USB3 port on ODROID-XU + +Ports report over-current condition and are non-operable. + +Signed-off-by: Kevin Mihelich +--- + 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 c4de1353e5df..f80fa58995c5 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.13.0 + -- cgit v1.2.3