Re: [PATCH v6 1/2] dt-bindings: Add support for the Broadcom UART driver
From: Rob Herring <robh@kernel.org>
Date: 2021-03-23 22:37:16
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-03-23 22:37:16
Also in:
linux-devicetree, lkml
On Thu, 18 Mar 2021 15:11:30 -0400, Al Cooper wrote:
Add DT bindings for the Broadcom 8250 based UART driver. This UART is based on an 8250 but adds additional functionality. The additional features include the ability to use DMA for transfers and a baud rate clock system that is more accurate at high baud rates. This UART is backward compatible with the standard 8250 UART. Signed-off-by: Al Cooper <alcooperx@gmail.com> --- .../bindings/serial/brcm,bcm7271-uart.yaml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml
Reviewed-by: Rob Herring <robh@kernel.org>