Commit 7248213c authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210325164713.1296407-5-robh@kernel.org
parent 9be21f73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==========================================
Submitting devicetree (DT) binding patches
Submitting Devicetree (DT) binding patches
==========================================

I. For patch submitters
+4 −4
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

=============
DT Changesets
=============
=====================
Devicetree Changesets
=====================

A DT changeset is a method which allows one to apply changes
A Devicetree changeset is a method which allows one to apply changes
in the live tree in such a way that either the full set of changes
will be applied, or none of them will be. If an error occurs partway
through applying the changeset, then the tree will be rolled back to the
+4 −4
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==================================
Device Tree Dynamic Resolver Notes
==================================
=================================
Devicetree Dynamic Resolver Notes
=================================

This document describes the implementation of the in-kernel
DeviceTree resolver, residing in drivers/of/resolver.c
+1 −1
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

=============================
Open Firmware and Device Tree
Open Firmware and Devicetree
=============================

.. toctree::
+3 −3
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==================================
Open Firmware Device Tree Unittest
==================================
=================================
Open Firmware Devicetree Unittest
=================================

Author: Gaurav Minocha <gaurav.minocha.os@gmail.com>

Loading