Re: [PATCH 7/9] serial: lpuart: add new compatible fsl, ls1028a-lpuart

2021-08-31 Thread Vladimir Oltean
On Tue, Aug 31, 2021 at 11:37:19PM +0200, Michael Walle wrote: > Yeah, and it seems that parsing of the little-endian flag was introduced > just for the ls1028a. If that is true, one could remove that, but I wasn't > sure, so I just left it there. Leave NXP something to do too ;)

Re: [PATCH 7/9] serial: lpuart: add new compatible fsl, ls1028a-lpuart

2021-08-31 Thread Michael Walle
Am 2021-08-31 20:28, schrieb Vladimir Oltean: On Tue, Aug 31, 2021 at 05:40:26PM +0200, Michael Walle wrote: The offical ls1028a binding of the driver uses the following as compatibles: compatible = "fsl,ls1028a-lpuart"; s/offical/official/ diff --git a/drivers/serial/serial_lpuart.c

Re: [PATCH 7/9] serial: lpuart: add new compatible fsl, ls1028a-lpuart

2021-08-31 Thread Vladimir Oltean
On Tue, Aug 31, 2021 at 05:40:26PM +0200, Michael Walle wrote: > The offical ls1028a binding of the driver uses the following as > compatibles: > compatible = "fsl,ls1028a-lpuart"; s/offical/official/ > diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c > index

[PATCH 7/9] serial: lpuart: add new compatible fsl,ls1028a-lpuart

2021-08-31 Thread Michael Walle
The offical ls1028a binding of the driver uses the following as compatibles: compatible = "fsl,ls1028a-lpuart"; Add the missing compatible to the driver and update the device tree. Signed-off-by: Michael Walle --- arch/arm/dts/fsl-ls1028a.dtsi | 12 ++--