From c4b10874eb9bd46b9b824d16aa25545dc2f788e6 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 20 Jan 2023 09:49:25 -0800 Subject: [PATCH] doc: dts: add missing entry to dts/bindings search path Since SHIELD_DIRS gets added to DTS_ROOT in dts.cmake, any shield directories are also places where we look for bindings by default. This feature is not used in upstream Zephyr, but it is supported, so document it. Suggested-by: Jamie McCrae Signed-off-by: Marti Bolivar --- doc/build/dts/bindings-intro.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build/dts/bindings-intro.rst b/doc/build/dts/bindings-intro.rst index ea56806ee3e..5efe3a05c65 100644 --- a/doc/build/dts/bindings-intro.rst +++ b/doc/build/dts/bindings-intro.rst @@ -115,7 +115,9 @@ subdirectories of the following places: - the zephyr repository - your :ref:`application source directory ` - your :ref:`board directory ` -- any directories in the :ref:`DTS_ROOT ` CMake variable +- any :ref:`shield directories ` +- any directories manually included in the :ref:`DTS_ROOT ` + CMake variable - any :ref:`module ` that defines a ``dts_root`` in its :ref:`modules_build_settings`