[linux-yocto] [PATCH 3/3] beaglebone: Switch to the 8250 omap driver

Kevin Hao kexin.hao at windriver.com
Wed Mar 6 04:06:07 PST 2019


In the v5.0 kernel, the SERIAL_OMAP driver doesn't work anymore.
So switch to the 8250 omap driver for the serial support.

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
 bsp/beaglebone/beaglebone.cfg | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index 450f503ddf62..f044061032b9 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -116,10 +116,12 @@ CONFIG_INPUT_MISC=y
 CONFIG_INPUT_TWL4030_PWRBUTTON=y
 
 #
-# Non-8250 serial port support
+# 8250 serial port support
 #
-CONFIG_SERIAL_OMAP=y
-CONFIG_SERIAL_OMAP_CONSOLE=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_OMAP=y
+CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C=y
 
-- 
2.14.4



More information about the linux-yocto mailing list