Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lubomir Rintel and committed by
Rob Herring
e5651e83 04063666

+2 -4
+2
Documentation/devicetree/bindings/serial/8250.txt
··· 26 26 - "aspeed,ast2400-vuart" 27 27 - "aspeed,ast2500-vuart" 28 28 - "nuvoton,npcm750-uart" 29 + - "mrvl,mmp-uart" 30 + - "mrvl,pxa-uart" 29 31 - "serial" if the port type is unknown. 30 32 - reg : offset and length of the register set for the device. 31 33 - interrupts : should contain uart interrupt.
-4
Documentation/devicetree/bindings/serial/mrvl-serial.txt
··· 1 - PXA UART controller 2 - 3 - Required properties: 4 - - compatible : should be "mrvl,mmp-uart" or "mrvl,pxa-uart".