]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: serial: rs485: remove deprecated .txt binding stub
authorAkash Sukhavasi <akash.sukhavasi@gmail.com>
Thu, 21 May 2026 16:21:35 +0000 (11:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 09:47:18 +0000 (11:47 +0200)
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>
Documentation/devicetree/bindings/serial/rs485.txt [deleted file]
Documentation/driver-api/serial/serial-rs485.rst
drivers/tty/serial/serial_core.c

diff --git a/Documentation/devicetree/bindings/serial/rs485.txt b/Documentation/devicetree/bindings/serial/rs485.txt
deleted file mode 100644 (file)
index a7fe93e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-See rs485.yaml
index dce061ef7647704c3e7e3aece026666dd6ca6fb3..f53043d21071596aedc60e394be98481c0551914 100644 (file)
@@ -132,4 +132,4 @@ RS485 Serial Communications
 6. References
 =============
 
-.. [#DT-bindings]      Documentation/devicetree/bindings/serial/rs485.txt
+.. [#DT-bindings]      Documentation/devicetree/bindings/serial/rs485.yaml
index 98ace5c492fa24e84156638b4223462f909192ad..a530ad372b4345a475ef15825059f56eccf8f997 100644 (file)
@@ -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)
 {