Skip to content

Commit 1f0cfc6

Browse files
neuschaefergregkh
authored andcommitted
dt-bindings: serial: Allow fsl,ns16550 with broken FIFOs
While testing on a Freescale MPC8314E board, I noticed that changing the UART compatible string from ns16550 to ns16550a breaks the output, suggesting that the FIFOs don't work correctly. To accommodate this fact, move the definition of fsl,ns16550 to the section of 8250.yaml that allows broken FIFOs. Signed-off-by: J. Neuschäfer <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b5bbace commit 1f0cfc6

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings/serial

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/serial/8250.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ properties:
7777
- altr,16550-FIFO64
7878
- altr,16550-FIFO128
7979
- fsl,16550-FIFO64
80-
- fsl,ns16550
8180
- andestech,uart16550
8281
- nxp,lpc1850-uart
8382
- opencores,uart16550-rtlsvn105
@@ -86,6 +85,7 @@ properties:
8685
- items:
8786
- enum:
8887
- ns16750
88+
- fsl,ns16550
8989
- cavium,octeon-3860-uart
9090
- xlnx,xps-uart16550-2.00.b
9191
- ralink,rt2880-uart

0 commit comments

Comments
 (0)