linux-raspberrypi: update 4.9 recipe to current HEAD

Contains the following changes:

    7f9c648dad64 drm/vc4: Move IRQ enable to PM path
    ffd7bf4085b0 lan78xx: Move enabling of EEE into PHY init code
    4d926e896df0 lan78xx: Don't reset the interface on open
    a782353cc190 lan78xx: Connect phy early
    6f3325193ecf net: lan78xx: Allow for VLAN headers in timeout.
    75f7f0c22544 lan78xx: Ignore DT MAC address if already valid
    d01915873578 lan78xx: Read LED states from Device Tree
    1ad1d52e6cb6 usb: dwc_otg: fix memory corruption in dwc_otg driver

The crucial commit from above is

    7f9c648dad64 drm/vc4: Move IRQ enable to PM path

which fixes an unbalanced IRQ enable warning, which was rapported
in #286

Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
This commit is contained in:
Mirza Krak 2018-07-15 10:30:27 +02:00 committed by Andrei Gherzan
parent 4bbb925808
commit 9e08912bba

View File

@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
LINUX_VERSION ?= "4.9.80"
SRCREV = "a7b4dd27c1c0d6510b8066b91ef01be0928d8529"
SRCREV = "7f9c648dad6473469b4133898fa6bb8d818ecff9"
SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y"
require linux-raspberrypi.inc