mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 14:57:47 +00:00
9bc77dff5f
Regenerate all beaglebone patches and add one vfs tracer patch for powertop Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 77f8e93f7baf85dfab7cdf8b04c320f460a119cd Mon Sep 17 00:00:00 2001
|
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
Date: Tue, 22 May 2012 11:00:35 +0200
|
|
Subject: [PATCH 60/79] beaglebone: switch RS232 cape to ttyO2
|
|
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
---
|
|
arch/arm/mach-omap2/board-am335xevm.c | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
|
index dfe8df5..5902df0 100644
|
|
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
|
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
|
@@ -2657,8 +2657,9 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
|
}
|
|
if (!strncmp("BB-BONE-SERL-03", cape_config.partnumber, 15)) {
|
|
pr_info("BeagleBone cape: initializing RS232 cape\n");
|
|
- pr_info("BeagleBone cape: only uart1 is supported!\n");
|
|
- setup_pin_mux(uart1_pin_mux);
|
|
+ pr_info("BeagleBone RS232 cape: only uart2/ttyO2 is supported.\n");
|
|
+ pr_info("BeagleBone RS232 cape: Jumper J27 and J23.\n");
|
|
+ setup_pin_mux(uart2_pin_mux);
|
|
}
|
|
if (!strncmp("BB-BONE-SERL-04", cape_config.partnumber, 15)) {
|
|
pr_info("BeagleBone cape: not initializing RS485 cape\n");
|
|
--
|
|
1.7.10
|
|
|