From 9eac66fd86e4abae93360d263c6cc90bb1d80345 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 13 Apr 2015 23:14:48 -0500 Subject: [PATCH] hwpack: serial switch back to the old ttyO2 option, as we ran into isues with v3.19/v4.0.x on omap3/4... Signed-off-by: Robert Nelson --- hwpack/omap3-beagle-xm.conf | 2 +- hwpack/omap3-beagle.conf | 2 +- hwpack/omap4-panda-a4.conf | 2 +- hwpack/omap4-panda-es-b3.conf | 2 +- hwpack/omap4-panda-es.conf | 2 +- hwpack/omap4-panda.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hwpack/omap3-beagle-xm.conf b/hwpack/omap3-beagle-xm.conf index bba8df7..39c476b 100644 --- a/hwpack/omap3-beagle-xm.conf +++ b/hwpack/omap3-beagle-xm.conf @@ -24,6 +24,6 @@ dtb= usbnet_mem="16384" #need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" drm_device_identifier="DVI-D-1" diff --git a/hwpack/omap3-beagle.conf b/hwpack/omap3-beagle.conf index 596b138..c5b9060 100644 --- a/hwpack/omap3-beagle.conf +++ b/hwpack/omap3-beagle.conf @@ -24,7 +24,7 @@ dtb= usbnet_mem="8192" #need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" drm_device_identifier="DVI-D-1" di_serial_mode=enable diff --git a/hwpack/omap4-panda-a4.conf b/hwpack/omap4-panda-a4.conf index e0d87f3..1ca6595 100644 --- a/hwpack/omap4-panda-a4.conf +++ b/hwpack/omap4-panda-a4.conf @@ -41,7 +41,7 @@ dtb="omap4-panda-a4.dtb" usbnet_mem="32768" need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" #drm_device_identifier="DVI-D-1" #drm_device_identifier="HDMI-A-1" diff --git a/hwpack/omap4-panda-es-b3.conf b/hwpack/omap4-panda-es-b3.conf index 4b58825..f24c978 100644 --- a/hwpack/omap4-panda-es-b3.conf +++ b/hwpack/omap4-panda-es-b3.conf @@ -41,7 +41,7 @@ dtb="omap4-panda-es-b3.dtb" usbnet_mem="32768" need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" #drm_device_identifier="DVI-D-1" #drm_device_identifier="HDMI-A-1" diff --git a/hwpack/omap4-panda-es.conf b/hwpack/omap4-panda-es.conf index 30ca271..aca24a4 100644 --- a/hwpack/omap4-panda-es.conf +++ b/hwpack/omap4-panda-es.conf @@ -41,7 +41,7 @@ dtb="omap4-panda-es.dtb" usbnet_mem="32768" need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" #drm_device_identifier="DVI-D-1" #drm_device_identifier="HDMI-A-1" diff --git a/hwpack/omap4-panda.conf b/hwpack/omap4-panda.conf index c76b52d..027bda9 100644 --- a/hwpack/omap4-panda.conf +++ b/hwpack/omap4-panda.conf @@ -41,7 +41,7 @@ dtb="omap4-panda.dtb" usbnet_mem="32768" need_ti_connectivity_firmware=1 -SERIAL="ttyS2" +SERIAL="ttyO2" SERIAL_CONSOLE="${SERIAL},115200n8" #drm_device_identifier="DVI-D-1" #drm_device_identifier="HDMI-A-1"