diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-02-04 12:26:55 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2020-02-04 12:26:55 +0000 |
commit | a994aea5f14318e2411df6b59adf11f0e4719c33 (patch) | |
tree | f564c93399b6197636f34101589d7d5b76d20d54 /kernel.spec | |
parent | 2bdd226657cb9d3721949f19918567a31bf62cb1 (diff) | |
download | kernel-a994aea5f14318e2411df6b59adf11f0e4719c33.tar.gz kernel-a994aea5f14318e2411df6b59adf11f0e4719c33.tar.xz kernel-a994aea5f14318e2411df6b59adf11f0e4719c33.zip |
fix for firmware recovery on certain RPi4 HW revs
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index b893c6a58..c0ee505f2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -824,9 +824,11 @@ Patch304: ARM-tegra-usb-no-reset.patch # https://patchwork.kernel.org/cover/11271017/ Patch310: Raspberry-Pi-4-PCIe-support.patch # https://patchwork.kernel.org/patch/11299997/ -Patch312: bcm283x-gpu-drm-v3d-Add-ARCH_BCM2835-to-DRM_V3D-Kconfig.patch +Patch311: bcm283x-gpu-drm-v3d-Add-ARCH_BCM2835-to-DRM_V3D-Kconfig.patch # https://patchwork.kernel.org/cover/11353083/ -Patch313: arm64-pinctrl-bcm2835-Add-support-for-all-BCM2711-GPIOs.patch +Patch312: arm64-pinctrl-bcm2835-Add-support-for-all-BCM2711-GPIOs.patch +# https://github.com/raspberrypi/linux/commit/c74b1b53254016fd83b580b8d49bb02d72ce4836 +Patch313: usb-xhci-Raspberry-Pi-FW-loader-for-VIA-VL805.patch # Tegra bits Patch320: arm64-tegra-jetson-tx1-fixes.patch |