summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAkash Sukhavasi <akash.sukhavasi@gmail.com>2026-05-21 11:21:35 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-22 11:47:18 +0200
commit5aaaf31af7d61c20b283dba9e84faf0d10fb265b (patch)
treef5e5b320ab7297ec34c3ea8a6b196e7c9527822f /drivers
parent578b269e2f5c6d990d3970a11ef43606f80dc5f8 (diff)
downloadlinux-next-5aaaf31af7d61c20b283dba9e84faf0d10fb265b.tar.gz
linux-next-5aaaf31af7d61c20b283dba9e84faf0d10fb265b.zip
dt-bindings: serial: rs485: remove deprecated .txt binding stub
The plain text binding file was superseded by the YAML schema in commit d50f974c4f7f ("dt-bindings: serial: Convert rs485 bindings to json-schema"). The file now contains only a redirect notice. Remove it, and update references in serial_core.c and serial-rs485.rst to point to the YAML schema. Signed-off-by: Akash Sukhavasi <akash.sukhavasi@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260521162137.6325-1-akash.sukhavasi@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/serial_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
index 98ace5c492fa..a530ad372b43 100644
--- a/drivers/tty/serial/serial_core.c
+++ b/drivers/tty/serial/serial_core.c
@@ -3511,7 +3511,7 @@ EXPORT_SYMBOL_GPL(uart_try_toggle_sysrq);
* @port: uart device's target port
*
* This function implements the device tree binding described in
- * Documentation/devicetree/bindings/serial/rs485.txt.
+ * Documentation/devicetree/bindings/serial/rs485.yaml.
*/
int uart_get_rs485_mode(struct uart_port *port)
{