aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 16:45:20 +0200
committerRob Herring <robh@kernel.org>2020-05-04 17:09:52 -0500
commit26853a242057b8c09f51726b54a79aff3fec874a (patch)
tree607967f930e62cd19275903891ccc0eb4761c3d6 /Documentation/devicetree
parentdocs: dt: convert changesets to ReST (diff)
downloadwireguard-linux-26853a242057b8c09f51726b54a79aff3fec874a.tar.xz
wireguard-linux-26853a242057b8c09f51726b54a79aff3fec874a.zip
docs: dt: convert dynamic-resolution-notes.txt to ReST
- Add a SPDX header; - Adjust document title; - Add it to devicetree/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/dynamic-resolution-notes.rst (renamed from Documentation/devicetree/dynamic-resolution-notes.txt)5
-rw-r--r--Documentation/devicetree/index.rst1
-rw-r--r--Documentation/devicetree/overlay-notes.txt2
3 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.rst
index c24ec366c5dc..570b7e1f39eb 100644
--- a/Documentation/devicetree/dynamic-resolution-notes.txt
+++ b/Documentation/devicetree/dynamic-resolution-notes.rst
@@ -1,5 +1,8 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+==================================
Device Tree Dynamic Resolver Notes
-----------------------------------
+==================================
This document describes the implementation of the in-kernel
Device Tree resolver, residing in drivers/of/resolver.c
diff --git a/Documentation/devicetree/index.rst b/Documentation/devicetree/index.rst
index a9757ec5070e..d3183b33c2e9 100644
--- a/Documentation/devicetree/index.rst
+++ b/Documentation/devicetree/index.rst
@@ -10,3 +10,4 @@ Open Firmware and Device Tree
usage-model
writing-schema
changesets
+ dynamic-resolution-notes
diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/devicetree/overlay-notes.txt
index fddc63da7dba..b06ffcb8f0f8 100644
--- a/Documentation/devicetree/overlay-notes.txt
+++ b/Documentation/devicetree/overlay-notes.txt
@@ -3,7 +3,7 @@ Device Tree Overlay Notes
This document describes the implementation of the in-kernel
device tree overlay functionality residing in drivers/of/overlay.c and is a
-companion document to Documentation/devicetree/dynamic-resolution-notes.txt[1]
+companion document to Documentation/devicetree/dynamic-resolution-notes.rst[1]
How overlays work
-----------------