arch/arm/xen/enlighten.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The binding was converted by commit 4dbfe5467485 ("dt-bindings: arm:
xen: Convert to DT schema"), so Documentation/devicetree/bindings/arm/
xen.txt no longer exists.
Point the comment at the YAML schema.
Fixes: 4dbfe5467485 ("dt-bindings: arm: xen: Convert to DT schema")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
arch/arm/xen/enlighten.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index 25a0ce3b4584..0b7b7e3417e3 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -251,7 +251,7 @@ static int __init fdt_find_hyper_node(unsigned long node, const char *uname,
}
/*
- * see Documentation/devicetree/bindings/arm/xen.txt for the
+ * see Documentation/devicetree/bindings/arm/xen.yaml for the
* documentation of the Xen Device Tree format.
*/
void __init xen_early_init(void)
--
2.53.0
On Mon, 7 Sep 2026, Karl Mehltretter wrote:
> The binding was converted by commit 4dbfe5467485 ("dt-bindings: arm:
> xen: Convert to DT schema"), so Documentation/devicetree/bindings/arm/
> xen.txt no longer exists.
>
> Point the comment at the YAML schema.
>
> Fixes: 4dbfe5467485 ("dt-bindings: arm: xen: Convert to DT schema")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> arch/arm/xen/enlighten.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
> index 25a0ce3b4584..0b7b7e3417e3 100644
> --- a/arch/arm/xen/enlighten.c
> +++ b/arch/arm/xen/enlighten.c
> @@ -251,7 +251,7 @@ static int __init fdt_find_hyper_node(unsigned long node, const char *uname,
> }
>
> /*
> - * see Documentation/devicetree/bindings/arm/xen.txt for the
> + * see Documentation/devicetree/bindings/arm/xen.yaml for the
> * documentation of the Xen Device Tree format.
> */
> void __init xen_early_init(void)
> --
> 2.53.0
>
© 2016 - 2026 Red Hat, Inc.