mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-12 17:34:31 +00:00
docs: dt: Group DT docs into relevant sub-sections
The DT docs are currently all just lumped together in the doc build. Let's organize the documents by kernel specifics, overlays and bindings. As writing-schema.rst is about bindings, let's move it to the bindings directory. 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-6-robh@kernel.org
This commit is contained in:
parent
7248213cf4
commit
b83db5b849
3 changed files with 16 additions and 7 deletions
|
@ -1,12 +1,9 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
===========
|
|
||||||
Device Tree
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
ABI
|
ABI
|
||||||
submitting-patches
|
|
||||||
writing-bindings
|
writing-bindings
|
||||||
|
writing-schema
|
||||||
|
submitting-patches
|
||||||
|
|
|
@ -4,14 +4,26 @@
|
||||||
Open Firmware and Devicetree
|
Open Firmware and Devicetree
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
Kernel Devicetree Usage
|
||||||
|
=======================
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
usage-model
|
usage-model
|
||||||
writing-schema
|
of_unittest
|
||||||
|
|
||||||
|
Devicetree Overlays
|
||||||
|
===================
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
changesets
|
changesets
|
||||||
dynamic-resolution-notes
|
dynamic-resolution-notes
|
||||||
of_unittest
|
|
||||||
overlay-notes
|
overlay-notes
|
||||||
|
|
||||||
|
Devicetree Bindings
|
||||||
|
===================
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
bindings/index
|
bindings/index
|
||||||
|
|
Loading…
Add table
Reference in a new issue