dt-bindings: serial: Move Marvell compatible string to 8250 binding doc
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 20:17:15 +0000 (22:17 +0200)
committerRob Herring <robh@kernel.org>
Thu, 30 Apr 2020 18:01:54 +0000 (13:01 -0500)
These ports are compatible with NS8250 and handled by the same driver.
Get rid of the extra document that fails to document the properties that
are actually supported.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/serial/8250.txt
Documentation/devicetree/bindings/serial/mrvl-serial.txt [deleted file]

index 55700f20f6ee846de0151becb26e5891f5fdf2aa..a543702859e2f65dc32bb584254b30ee874a045d 100644 (file)
@@ -26,6 +26,8 @@ Required properties:
        - "aspeed,ast2400-vuart"
        - "aspeed,ast2500-vuart"
        - "nuvoton,npcm750-uart"
+       - "mrvl,mmp-uart"
+       - "mrvl,pxa-uart"
        - "serial" if the port type is unknown.
 - reg : offset and length of the register set for the device.
 - interrupts : should contain uart interrupt.
diff --git a/Documentation/devicetree/bindings/serial/mrvl-serial.txt b/Documentation/devicetree/bindings/serial/mrvl-serial.txt
deleted file mode 100644 (file)
index d744340..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PXA UART controller
-
-Required properties:
-- compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".