[PATCH] docs: arm: keystone: fix link to devicetree binding document

Kathara Sasikumar posted 1 patch 2 months ago
Documentation/arch/arm/keystone/overview.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: arm: keystone: fix link to devicetree binding document
Posted by Kathara Sasikumar 2 months ago
make refcheckdocs reports a broken link in the Keystone architecture
overview. The referenced devicetree binding was converted from .txt to
YAML schema and moved under arm/ti/. Updated the link to point to the
current location.

Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com>
---
 Documentation/arch/arm/keystone/overview.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/arm/keystone/overview.rst b/Documentation/arch/arm/keystone/overview.rst
index cd90298c493c..bf791b2fc43f 100644
--- a/Documentation/arch/arm/keystone/overview.rst
+++ b/Documentation/arch/arm/keystone/overview.rst
@@ -65,7 +65,7 @@ specified through DTS. Following are the DTS used:
 
 The device tree documentation for the keystone machines are located at
 
-        Documentation/devicetree/bindings/arm/keystone/keystone.txt
+        Documentation/devicetree/bindings/arm/ti/ti,keystone.yaml
 
 Document Author
 ---------------
-- 
2.51.0
Re: [PATCH] docs: arm: keystone: fix link to devicetree binding document
Posted by Jonathan Corbet 1 month, 2 weeks ago
Kathara Sasikumar <katharasasikumar007@gmail.com> writes:

> make refcheckdocs reports a broken link in the Keystone architecture
> overview. The referenced devicetree binding was converted from .txt to
> YAML schema and moved under arm/ti/. Updated the link to point to the
> current location.
>
> Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com>
> ---
>  Documentation/arch/arm/keystone/overview.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/arch/arm/keystone/overview.rst b/Documentation/arch/arm/keystone/overview.rst
> index cd90298c493c..bf791b2fc43f 100644
> --- a/Documentation/arch/arm/keystone/overview.rst
> +++ b/Documentation/arch/arm/keystone/overview.rst
> @@ -65,7 +65,7 @@ specified through DTS. Following are the DTS used:
>  
>  The device tree documentation for the keystone machines are located at
>  
> -        Documentation/devicetree/bindings/arm/keystone/keystone.txt
> +        Documentation/devicetree/bindings/arm/ti/ti,keystone.yaml

Thanks for this ... I applied another patch to the same effect only
because I stumbled across it first in my overflowing docs folder.
Otherwise this would have been fine.

Thanks,

jon