From c24a791d0c11f0a09969b23b71076f37fb7d975f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 15 Aug 2019 11:59:40 -0500 Subject: [PATCH] dts/bindings: move template out of YAML dir As we parse for valid yamls, the template shouldn't get parsed Signed-off-by: Kumar Gala --- doc/guides/dts/index.rst | 4 ++-- dts/{bindings => }/binding-template.yaml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dts/{bindings => }/binding-template.yaml (100%) diff --git a/doc/guides/dts/index.rst b/doc/guides/dts/index.rst index a8c23499e2a..dea96733022 100644 --- a/doc/guides/dts/index.rst +++ b/doc/guides/dts/index.rst @@ -438,9 +438,9 @@ into account when mapping nodes to bindings. See the description of ``parent`` and ``child`` in the template below. Below is a template that shows the format of binding files, stored in -:zephyr_file:`dts/bindings/binding-template.yaml`. +:zephyr_file:`dts/binding-template.yaml`. -.. literalinclude:: ../../../dts/bindings/binding-template.yaml +.. literalinclude:: ../../../dts/binding-template.yaml :language: yaml diff --git a/dts/bindings/binding-template.yaml b/dts/binding-template.yaml similarity index 100% rename from dts/bindings/binding-template.yaml rename to dts/binding-template.yaml