From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Pirea Subject: Re: [PATCH v4 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd Date: Tue, 29 May 2018 12:15:03 +0300 Message-ID: <44649341-c238-5b59-6786-50d80f9d4cba@microchip.com> References: <20180525171941.26766-1-radu.pirea@microchip.com> <20180525171941.26766-7-radu.pirea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Richard Genoud , broonie@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, lee.jones@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, gregkh@linuxfoundation.org Cc: linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-serial@vger.kernel.org List-Id: devicetree@vger.kernel.org On 05/28/2018 01:08 PM, Richard Genoud wrote: > On 25/05/2018 19:19, Radu Pirea wrote: >> This patch modifies the place where resources and device tree properties >> are searched. >> >> Signed-off-by: Radu Pirea >> --- >> drivers/tty/serial/Kconfig | 1 + >> drivers/tty/serial/atmel_serial.c | 40 +++++++++++++++++-------------- >> 2 files changed, 23 insertions(+), 18 deletions(-) > the stdout-path property of the chosen node is still broken in this verion. > if : > stdout-path = "serial0:115200n8"; > is set in the DTS, the console output should go on serial0 (aka dbgu) > cf Documentation/devicetree/bindings/chosen.txt > > With this patch applied, this is not the case anymore. > Adding console=ttyS0,115200 in the chosen node is not the solution here. > I fixed the issue few minutes ago :) I hope DMA setup is ok now. > > regards, > Richard. >