diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9470a780aa..6b2097ef34 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7580,15 +7580,9 @@
However, providing just the .dtb
file is preferred.
- In order to use this variable, you must have the include
- files in your kernel recipe:
-
- require recipes-kernel/linux/linux-dtb.inc
-
- or
-
- require recipes-kernel/linux/linux-yocto.inc
-
+ In order to use this variable, the
+ kernel-devicetree
+ class must be inherited.