diff options
author | Rob Herring <robh@kernel.org> | 2021-03-25 17:47:09 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-03-27 19:58:04 +0100 |
commit | 7248213cf45d623a189830f5e69a5daf3b848690 (patch) | |
tree | 1cb5c33cf92cc31675331e2fcde4b6c2d48bd5df /Documentation/devicetree/usage-model.rst | |
parent | docs: dt: writing-schema: Include the example schema in the doc build (diff) | |
download | linux-7248213cf45d623a189830f5e69a5daf3b848690.tar.xz linux-7248213cf45d623a189830f5e69a5daf3b848690.zip |
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/usage-model.rst')
-rw-r--r-- | Documentation/devicetree/usage-model.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/usage-model.rst b/Documentation/devicetree/usage-model.rst index 1eb83496ca1e..b6a287955ee5 100644 --- a/Documentation/devicetree/usage-model.rst +++ b/Documentation/devicetree/usage-model.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -========================= -Linux and the Device Tree -========================= +======================== +Linux and the Devicetree +======================== The Linux usage model for device tree data @@ -14,7 +14,7 @@ at devicetree.org\ [1]_. .. [1] https://www.devicetree.org/specifications/ -The "Open Firmware Device Tree", or simply Device Tree (DT), is a data +The "Open Firmware Device Tree", or simply Devicetree (DT), is a data structure and language for describing hardware. More specifically, it is a description of hardware that is readable by an operating system so that the operating system doesn't need to hard code details of the |