linux (RPi): update to 5.9-c97b595

RPi4 DMA fixes: get back 2 missing channels and allow getting another
channel by disabling legacy dmaengine driver (which is only used by
the legacy framebuffer).

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-10-12 19:33:03 +02:00
parent 5bf81c57d0
commit 109def1f6b

View File

@ -16,8 +16,8 @@ PKG_PATCH_DIRS="$LINUX"
case "$LINUX" in
raspberrypi)
PKG_VERSION="81e7dd9fa134602e9313a18f96fa26990f9611af" # 5.9
PKG_SHA256="e73b70f5b02842d48ebae59adc033e57c1d5eb30fa964e85aa78d45136698b1a"
PKG_VERSION="c97b595676965b2f9c4d2bfb5156e7210f1a657d" # 5.9
PKG_SHA256="0780f6be3c0a70f856cc2b90717edcb216cb9095df1d4a8d2510957f72e32703"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;