diff options
author | Rob Herring <robh@kernel.org> | 2021-03-25 19:47:10 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-03-27 21:58:04 +0300 |
commit | b83db5b8490073dfd27f4fd478b478f34e51bb36 (patch) | |
tree | 3a2f421b96f45acfdf95310bf056aaa0091668c3 /Documentation/devicetree/index.rst | |
parent | 7248213cf45d623a189830f5e69a5daf3b848690 (diff) | |
download | linux-b83db5b8490073dfd27f4fd478b478f34e51bb36.tar.xz |
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
Diffstat (limited to 'Documentation/devicetree/index.rst')
-rw-r--r-- | Documentation/devicetree/index.rst | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Documentation/devicetree/index.rst b/Documentation/devicetree/index.rst index 32509e8de8da..70b5dcdbcf07 100644 --- a/Documentation/devicetree/index.rst +++ b/Documentation/devicetree/index.rst @@ -4,14 +4,26 @@ Open Firmware and Devicetree ============================= +Kernel Devicetree Usage +======================= .. toctree:: :maxdepth: 1 usage-model - writing-schema + of_unittest + +Devicetree Overlays +=================== +.. toctree:: + :maxdepth: 1 + changesets dynamic-resolution-notes - of_unittest overlay-notes +Devicetree Bindings +=================== +.. toctree:: + :maxdepth: 1 + bindings/index |