[PATCH] Documentation: remoteproc: fix deadlink

From: Soham Metha

Date: Wed Dec 03 2025 - 12:08:24 EST


The binding file 'gpio-dsp-keystone.txt' has been converted to a DT schema.
The current binding is located at:

Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml

This change was made in https://lore.kernel.org/all/20250714202850.3011952-1-robh@xxxxxxxxxx/
and merged in aff0a1701b020c8e6b172f28828fd4f3e6eed41a

Signed-off-by: Soham Metha <sohammetha01@xxxxxxxxx>
---
.../devicetree/bindings/remoteproc/ti,keystone-rproc.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
index 463a97c11eff..91f0a3b0c0b2 100644
--- a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
+++ b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
@@ -66,7 +66,7 @@ The following are the mandatory properties:
- kick-gpios: Should specify the gpio device needed for the virtio IPC
stack. This will be used to interrupt the remote processor.
The gpio device to be used is as per the bindings in,
- Documentation/devicetree/bindings/gpio/gpio-dsp-keystone.txt
+ Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml

SoC-specific Required properties:
---------------------------------
--
2.34.1