[PATCH] arm/xen: Point the comment at the YAML binding
Karl Mehltretter
kmehltretter at gmail.com
Sun Sep 6 18:24:30 PDT 2026
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 at 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
More information about the linux-arm-kernel
mailing list