dt-bindings: serial: Remove obsolete cavium-uart.txt
Commit Message
cavium-uart.txt binding is already covered by 8250.yaml, so remove it.
Signed-off-by: Rob Herring <robh@kernel.org>
---
.../bindings/serial/cavium-uart.txt | 19 -------------------
1 file changed, 19 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/serial/cavium-uart.txt
Comments
On Fri, Jul 07, 2023 at 04:16:02PM -0600, Rob Herring wrote:
> cavium-uart.txt binding is already covered by 8250.yaml, so remove it.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
On Fri, 07 Jul 2023 16:16:02 -0600, Rob Herring wrote:
> cavium-uart.txt binding is already covered by 8250.yaml, so remove it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../bindings/serial/cavium-uart.txt | 19 -------------------
> 1 file changed, 19 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/serial/cavium-uart.txt
>
Applied, thanks!
deleted file mode 100644
@@ -1,19 +0,0 @@
-* Universal Asynchronous Receiver/Transmitter (UART)
-
-- compatible: "cavium,octeon-3860-uart"
-
- Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
-
-- reg: The base address of the UART register bank.
-
-- interrupts: A single interrupt specifier.
-
-- current-speed: Optional, the current bit rate in bits per second.
-
-Example:
- uart1: serial@1180000000c00 {
- compatible = "cavium,octeon-3860-uart","ns16550";
- reg = <0x11800 0x00000c00 0x0 0x400>;
- current-speed = <115200>;
- interrupts = <0 35>;
- };