1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

linux-ti33x-psp 3.2: fix audio/spidev clash on beaglebone

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Koen Kooi
2012-06-26 09:47:54 +02:00
committed by Denys Dmytriyenko
parent 189ce92b4c
commit 24ba2ae085
2 changed files with 27 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,7 @@ PV = "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "3.2", "3.2.21", d)}"
BRANCH = "v3.2-staging"
SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01"
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
COMPATIBLE_MACHINE = "(ti33x)"
@@ -1536,4 +1536,5 @@ PATCHES_OVER_PSP = " \
file://beaglebone/0069-beaglebone-add-support-for-LCD3-rev-A1.patch \
file://beaglebone/0070-beaglebone-fix-buttons-spidev-clash-when-using-mcasp.patch \
file://beaglebone/0071-beaglebone-fix-LCD3-led-key-overlap.patch \
file://beaglebone/0072-beaglebone-fix-audio-spi-clash.patch \
"