2013-07-09 17:55:31

by Vincent Stehlé

[permalink] [raw]
Subject: [PATCH linux-next] arm: multi_v7_defconfig: add fsl lpuart serial console

Add Freescale LPUART serial console support. This gives us the boot messages on
UART on e.g. the Vybrid VF610 Tower board.

Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Russell King <[email protected]>
---


Hi,

Would you please consider adding LPUART for ARM multi_v7_defconfig, please?

(This patch is built on top of the following patches:
http://comments.gmane.org/gmane.linux.kernel/1519712)

Best regards,

V.


arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 81eac83..80aacc6 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -79,6 +79,8 @@ CONFIG_SERIAL_XILINX_PS_UART=y
CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
CONFIG_SERIAL_IMX=y
CONFIG_SERIAL_IMX_CONSOLE=y
+CONFIG_SERIAL_FSL_LPUART=y
+CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_SIRF=y
CONFIG_I2C_TEGRA=y
--
1.7.10.4



2013-07-12 18:04:22

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH linux-next] arm: multi_v7_defconfig: add fsl lpuart serial console

On Tue, Jul 09, 2013 at 07:54:51PM +0200, Vincent Stehl? wrote:
> Add Freescale LPUART serial console support. This gives us the boot messages on
> UART on e.g. the Vybrid VF610 Tower board.
>
> Signed-off-by: Vincent Stehl? <[email protected]>
> Cc: Olof Johansson <[email protected]>
> Cc: Russell King <[email protected]>
> ---
>
>
> Hi,
>
> Would you please consider adding LPUART for ARM multi_v7_defconfig, please?
>
> (This patch is built on top of the following patches:
> http://comments.gmane.org/gmane.linux.kernel/1519712)
>
> Best regards,

Thanks, applied to fixes. Note that I squashed together the three patches to
one though.


-Olof