Re: [PATCH 1/2] dt-bindings: serial: 8250_omap: Add compatible for AM654 UART controller
From: Rob Herring <robh@kernel.org>
Date: 2018-06-26 21:12:59
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-06-26 21:12:59
Also in:
linux-devicetree, lkml
On Tue, Jun 19, 2018 at 02:44:49PM -0500, Nishanth Menon wrote:
AM654 uses a UART controller that is only partially compatible with existing 8250 UART. UART DMA integration is substantially different and even a match against standard 8250 or omap4 would result in non-working UART once DMA is enabled by default. Introduce a specific compatible to help build up the differences in follow on patches. Cc: Sekhar Nori <redacted> Cc: Vignesh R <vigneshr@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> ---
Acked-by: Rob Herring <robh@kernel.org>