summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/overlay-notes.rst
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-03-25 10:47:09 -0600
committerRob Herring <robh@kernel.org>2021-03-27 12:58:04 -0600
commit7248213cf45d623a189830f5e69a5daf3b848690 (patch)
tree1cb5c33cf92cc31675331e2fcde4b6c2d48bd5df /Documentation/devicetree/overlay-notes.rst
parent9be21f7358125d7c862bb34915dc0ad2446ffd78 (diff)
docs: dt: Make 'Devicetree' wording more consistent
There's a variety of ways 'Devicetree' has been written. This is most evident in the documentation build contents where we have 'Device Tree', 'DeviceTree', etc. The DT spec has somewhat standardized on 'Devicetree', so let's use that. Cc: Frank Rowand <frowand.list@gmail.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/20210325164713.1296407-5-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/overlay-notes.rst')
-rw-r--r--Documentation/devicetree/overlay-notes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/overlay-notes.rst b/Documentation/devicetree/overlay-notes.rst
index c67cc676bbd2..b2b8db765b8c 100644
--- a/Documentation/devicetree/overlay-notes.rst
+++ b/Documentation/devicetree/overlay-notes.rst
@@ -1,8 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0
-=========================
-Device Tree Overlay Notes
-=========================
+========================
+Devicetree Overlay Notes
+========================
This document describes the implementation of the in-kernel
device tree overlay functionality residing in drivers/of/overlay.c and is a
@@ -11,7 +11,7 @@ companion document to Documentation/devicetree/dynamic-resolution-notes.rst[1]
How overlays work
-----------------
-A Device Tree's overlay purpose is to modify the kernel's live tree, and
+A Devicetree's overlay purpose is to modify the kernel's live tree, and
have the modification affecting the state of the kernel in a way that
is reflecting the changes.
Since the kernel mainly deals with devices, any new device node that result