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:
Richard Purdie
2013-04-21 15:23:59 +01:00
committed by Andrei Gherzan
parent 808f5e54f8
commit 7b6aa02efe
3 changed files with 34 additions and 0 deletions
@@ -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"