aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/armv8_64b
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2020-11-04 10:16:31 +0100
committerPetr Štetiar <ynezz@true.cz>2020-11-23 22:53:15 +0100
commitcdff729b27592b1761059886c40f0204507000d1 (patch)
treec08622ee6f464b368da457707341035454520cb6 /target/linux/layerscape/armv8_64b
parent4dc27a026b7e308477adecbdf8e6da58e1d57716 (diff)
downloadupstream-cdff729b27592b1761059886c40f0204507000d1.tar.gz
upstream-cdff729b27592b1761059886c40f0204507000d1.tar.bz2
upstream-cdff729b27592b1761059886c40f0204507000d1.zip
layerscape: enable spi-uart in LS1012A-FRDM
This patch add missing support of SC16IS740 serial controller, installed on LS1012A-FRDM board. It was required to change RCW bits, because SPI was disabled by default. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/layerscape/armv8_64b')
-rw-r--r--target/linux/layerscape/armv8_64b/config-5.44
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index 8c398f4a2b..026cf15673 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -842,6 +842,10 @@ CONFIG_SERIAL_FSL_LPUART=y
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_MCTRL_GPIO=y
CONFIG_SERIAL_OF_PLATFORM=y
+CONFIG_SERIAL_SC16IS7XX=y
+CONFIG_SERIAL_SC16IS7XX_CORE=y
+# CONFIG_SERIAL_SC16IS7XX_I2C is not set
+CONFIG_SERIAL_SC16IS7XX_SPI=y
CONFIG_SERIAL_XILINX_PS_UART=y
CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
CONFIG_SERIO=y