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

linux-ti335x-psp 3.2: add support for CAN, RS232 and Battery beaglebone capes

Also change defconfig to prepare for audio support and fix lcd35 pinmux

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-05-04 13:29:46 +02:00
committed by Denys Dmytriyenko
parent 1af87d9126
commit 8f53db29b9
5 changed files with 238 additions and 12 deletions
+4 -1
View File
@@ -12,7 +12,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
BRANCH = "v3.2-staging"
SRCREV = "0d0567b6c1a61a374120b985559768077c511a6d"
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
COMPATIBLE_MACHINE = "(ti33x)"
@@ -956,4 +956,7 @@ PATCHES_OVER_PSP = " \
file://beaglebone/0030-beaglebone-don-t-compare-undefined-characters-it-mak.patch \
file://beaglebone/0031-omap2-irq-process-all-4-irq-banks-for-am335x.patch \
file://beaglebone/0032-omap2-irqs.h-increase-number-or-irq-banks.patch \
file://beaglebone/0033-beaglebone-fix-3.5-cape-support.patch \
file://beaglebone/0034-beaglebone-connect-batterycape-GPIO-to-gpio-charger.patch \
file://beaglebone/0035-beaglebone-add-support-for-CAN-and-RS232-cape.patch \
"