mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
linux-raspberrypi: Fix i2c issues
I was having intermittent i2c issues on the device until I applied this kernel patch which I found online. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Andrei Gherzan
parent
808f5e54f8
commit
7b6aa02efe
@@ -8,6 +8,7 @@ PV_append = "+git${SRCREV}"
|
||||
|
||||
SRCREV = "31a951046155b27361127d9cf85a1f58719fe9b3"
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
|
||||
file://sl030raspberrypii2ckernel.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user