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 = "10182a3bc434b27740f81c2b836a1af943060241"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
file://sl030raspberrypii2ckernel.patch \
"
S = "${WORKDIR}/git"