Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+16 -7
+2 -5
Documentation/devicetree/bindings/index.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - =========== 4 - Device Tree 5 - =========== 6 - 7 3 .. toctree:: 8 4 :maxdepth: 1 9 5 10 6 ABI 11 - submitting-patches 12 7 writing-bindings 8 + writing-schema 9 + submitting-patches
+14 -2
Documentation/devicetree/index.rst
··· 4 4 Open Firmware and Devicetree 5 5 ============================= 6 6 7 + Kernel Devicetree Usage 8 + ======================= 7 9 .. toctree:: 8 10 :maxdepth: 1 9 11 10 12 usage-model 11 - writing-schema 13 + of_unittest 14 + 15 + Devicetree Overlays 16 + =================== 17 + .. toctree:: 18 + :maxdepth: 1 19 + 12 20 changesets 13 21 dynamic-resolution-notes 14 - of_unittest 15 22 overlay-notes 23 + 24 + Devicetree Bindings 25 + =================== 26 + .. toctree:: 27 + :maxdepth: 1 16 28 17 29 bindings/index
Documentation/devicetree/writing-schema.rst Documentation/devicetree/bindings/writing-schema.rst