summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2019-03-06 20:06:07 +0800
committerRicardo Salveti <44008055+ricardosalveti@users.noreply.github.com>2019-04-22 20:13:55 -0300
commiteea57f3c97b28fbe01ddcca152c184ba8d5627ad (patch)
tree83ee70d0c4f64333b6ee2f3f1061045182d3fc26
parent0baeb6301d4e4912a5dee522e000213652658929 (diff)
beaglebone: Switch to the 8250 omap driver
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--bsp/beaglebone/beaglebone.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index 7ee19bf..ce26894 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -33,9 +33,11 @@ CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_INPUT_TWL4030_PWRBUTTON=y
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_OMAP=y
+CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
CONFIG_SERIAL_OF_PLATFORM=y
-CONFIG_SERIAL_OMAP=y
-CONFIG_SERIAL_OMAP_CONSOLE=y
CONFIG_I2C_OMAP=y
CONFIG_SPI_OMAP24XX=y
CONFIG_PINMUX=y