diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-20 12:13:19 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-23 10:59:22 -0800 |
commit | 4cd6a59f5c1a9b0cca0da09fbba42b9450ffc899 (patch) | |
tree | 57d422f3b9f78c983fbae0e67606bbdac8da414e /arch/arm/configs | |
parent | 8f95a51e6149c604de1f1deed3aeb832f531faa9 (diff) | |
download | talos-op-linux-4cd6a59f5c1a9b0cca0da09fbba42b9450ffc899.tar.gz talos-op-linux-4cd6a59f5c1a9b0cca0da09fbba42b9450ffc899.zip |
ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
We have more than four uarts on some SoCs and that can cause
noise with errors while booting.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index fff43f79852b..bac35f3b0009 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -212,6 +212,7 @@ CONFIG_SERIO=m CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=6 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y CONFIG_SERIAL_8250_SHARE_IRQ=y |