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

serial: fsl-imx-uart.txt: Remove generic property

'uart-has-rtscts' is a generic serial property and it is described
at Documentation/devicetree/bindings/serial/serial.txt, so remove it
from the specific fsl-imx-uart binding documentation.

While at it, add a note pointing to the serial.txt file, which
contains the complete list of generic serial bindings.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Fabio Estevam and committed by
Rob Herring
25dc3bbc 566088d1

+3 -1
+3 -1
Documentation/devicetree/bindings/serial/fsl-imx-uart.txt
··· 6 6 - interrupts : Should contain uart interrupt 7 7 8 8 Optional properties: 9 - - uart-has-rtscts : Indicate the uart has rts and cts 10 9 - fsl,irda-mode : Indicate the uart supports irda mode 11 10 - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works 12 11 in DCE mode by default. 12 + 13 + Please check Documentation/devicetree/bindings/serial/serial.txt 14 + for the complete list of generic properties. 13 15 14 16 Note: Each uart controller should have an alias correctly numbered 15 17 in "aliases" node.