From 3353261d9036b691fe83b3f92598b25238b8abbc Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 20 Jan 2016 00:03:32 +1000 Subject: linux/configs: Enable SERIAL_OF_PLATFORM to fix up dt parsing SERIAL_OF_PLATFORM needs to be set in order for the serial 8250 driver to parse and probe device tree configuration for 8250 nodes. This is needed so that the uart 16550 instances are probed correctly. Signed-off-by: Nathan Rossi --- .../linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg index d2582335..2db228db 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg @@ -4,6 +4,7 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_UARTLITE=y CONFIG_SERIAL_UARTLITE_CONSOLE=y +CONFIG_SERIAL_OF_PLATFORM=y # DMA CONFIG_DMADEVICES=y -- cgit v1.2.3-54-g00ecf