On Wed, Feb 03, 2016 at 07:41:20PM +0100, Gregory CLEMENT wrote:
> +static struct console mvebu_uart_console = {
> + .name = "ttyS",
You aren't ttyS, that's a reserved name for a different chip, please use
a new name and major/minor numbers.
thanks,
greg k-h