[PATCH] docs: dt-bindings: remoteproc: fix Keystone DSP GPIO binding link

Kathara Sasikumar posted 1 patch 1 month, 2 weeks ago
.../devicetree/bindings/remoteproc/ti,keystone-rproc.txt        | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: dt-bindings: remoteproc: fix Keystone DSP GPIO binding link
Posted by Kathara Sasikumar 1 month, 2 weeks ago
make refcheckdocs reports a broken link in the Keystone remoteproc
binding documentation.

Update the reference to point to the current YAML schema.

Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com>
---
 .../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.51.0
Re: [PATCH] docs: dt-bindings: remoteproc: fix Keystone DSP GPIO binding link
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 23/12/2025 23:10, Kathara Sasikumar wrote:
> make refcheckdocs reports a broken link in the Keystone remoteproc
> binding documentation.
> 
> Update the reference to point to the current YAML schema.
> 
> Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com>


This was already sent (and received comments).

Best regards,
Krzysztof