Re: [PATCH] Documentation: arm: keystone: update DT binding reference

From: Jonathan Corbet

Date: Mon Dec 22 2025 - 17:20:16 EST


Shubham Sharma <slopixelz@xxxxxxxxx> writes:

> Update the device tree binding reference from .txt to YAML.
> Binding was converted in commit 20b3c9a403ee ("dt-bindings: arm: Convert ti,keystone to DT schema")
> and moved to Documentation/devicetree/bindings/arm/ti/ti,keystone.yaml.
>
> Signed-off-by: Shubham Sharma <slopixelz@xxxxxxxxx>
> ---
> 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

Applied, thanks.

jon