dt-bindings: serial: Move Marvell compatible string to 8250 binding doc

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>
This commit is contained in:
Lubomir Rintel 2020-04-19 22:17:15 +02:00 committed by Rob Herring
parent 040636668b
commit e5651e8398
2 changed files with 2 additions and 4 deletions

View 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.

View File

@ -1,4 +0,0 @@
PXA UART controller
Required properties:
- compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".