[meta-ti] [PATCH] am335x: use ttyS to check for actual device, while 8250 is disabled

Denys Dmytriyenko denis at denix.org
Wed Mar 9 12:41:58 PST 2016


From: Denys Dmytriyenko <denys at ti.com>

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/am335x-evm.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 9013c7c..5b3481f 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -12,7 +12,7 @@ MACHINE_FEATURES += "touchscreen"
 IMAGE_FSTYPES += "ubi tar.gz"
 
 SERIAL_CONSOLE = ""
-SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3"
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 # UBI information.  Note that this is board and kernel specific.  Changes
-- 
1.7.9.5



More information about the meta-ti mailing list