summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-01-20 00:03:32 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-01-20 00:03:32 +1000
commit3353261d9036b691fe83b3f92598b25238b8abbc (patch)
treec074988a49bd16e4ca44a1fa91fe2d2d49cdd797
parent424305c3d3bb0ce26ef36df6bf2ab66db920f04a (diff)
downloadmeta-xilinx-3353261d9036b691fe83b3f92598b25238b8abbc.tar.gz
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 <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg1
1 files changed, 1 insertions, 0 deletions
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
4CONFIG_SERIAL_8250_CONSOLE=y 4CONFIG_SERIAL_8250_CONSOLE=y
5CONFIG_SERIAL_UARTLITE=y 5CONFIG_SERIAL_UARTLITE=y
6CONFIG_SERIAL_UARTLITE_CONSOLE=y 6CONFIG_SERIAL_UARTLITE_CONSOLE=y
7CONFIG_SERIAL_OF_PLATFORM=y
7 8
8# DMA 9# DMA
9CONFIG_DMADEVICES=y 10CONFIG_DMADEVICES=y