summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-05-07 15:05:08 +0100
committerPeter Robinson <pbrobinson@gmail.com>2018-05-07 15:05:08 +0100
commitd3854d75b079d389fd408246cb401da4f17e24a3 (patch)
tree8d1858e381e24e46cae2ff036631e693bc9bf05e /kernel.spec
parenta5b9638b6be4a1cacacd58bdbd3ba1e677a99fea (diff)
downloadkernel-d3854d75b079d389fd408246cb401da4f17e24a3.tar.gz
kernel-d3854d75b079d389fd408246cb401da4f17e24a3.tar.xz
kernel-d3854d75b079d389fd408246cb401da4f17e24a3.zip
Fix USB-2 on Tegra devices
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 140b4b408..bd7817cfc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -591,6 +591,9 @@ Patch310: arm-tegra-fix-nouveau-crash.patch
# https://patchwork.kernel.org/patch/10346089/
Patch311: arm-dts-Add-am335x-pocketbeagle.patch
+# https://www.spinics.net/lists/linux-tegra/msg32920.html
+Patch312: arm-tegra-USB-driver-dependency-fix.patch
+
# https://patchwork.kernel.org/patch/10354521/
# https://patchwork.kernel.org/patch/10354187/
# https://patchwork.kernel.org/patch/10306793/
@@ -1869,6 +1872,9 @@ fi
#
#
%changelog
+* Sat May 5 2018 Peter Robinson <pbrobinson@fedoraproject.org>
+- Fix USB-2 on Tegra devices
+
* Fri May 04 2018 Laura Abbott <labbott@redhat.com>
- Fix for building out of tree modules on powerpc (rhbz 1574604)