serial: stm32: update conflicting RTS/CTS config comment
authorErwan Le Ray <erwan.leray@foss.st.com>
Wed, 6 Jan 2021 16:22:01 +0000 (17:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 15:19:29 +0000 (16:19 +0100)
commit9359369ada36260a47983ac8018249dfa1c7a11b
treec31f812007d38225574f58046e1b39f8b9bb09e7
parent9ba8377c3aadf4dba94da1e9f98faad2eb72737d
serial: stm32: update conflicting RTS/CTS config comment

The comment for conflicting RTS/CTS config refers to "st, hw-flow-ctrl",
but this property is deprecated since the generic RTS/CTS property has
been introduced by the patch 'serial: stm32: Use generic DT binding for
announcing RTS/CTS lines'.
Update the comment to refer to both generic and deprecated RTS/CTS
properties.

Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Link: https://lore.kernel.org/r/20210106162203.28854-7-erwan.leray@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/stm32-usart.c