doc: Add driver-model to Sphinx TOC tree
authorBin Meng <bmeng.cn@gmail.com>
Thu, 18 Jul 2019 07:33:48 +0000 (00:33 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 24 Jul 2019 14:07:24 +0000 (10:07 -0400)
Add index.rst for driver model. More docs will be added later.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glkpk@gmx.de>
doc/driver-model/index.rst [new file with mode: 0644]
doc/index.rst

diff --git a/doc/driver-model/index.rst b/doc/driver-model/index.rst
new file mode 100644 (file)
index 0000000..0f74619
--- /dev/null
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Driver Model
+============
+
+.. toctree::
+   :maxdepth: 2
index 3500e68556b9e10cb8496676410561c749692ae5..bc2f06a9ba5784be0d73bbf612cab18d0eabb92d 100644 (file)
@@ -15,6 +15,17 @@ if you want to help out.
 .. toctree::
    :maxdepth: 2
 
+Driver-Model documentation
+--------------------------
+The following holds information on the U-Boot device driver framework:
+driver-model, including the design details of itself and several driver
+subsystems.
+
+.. toctree::
+   :maxdepth: 2
+
+   driver-model/index
+
 U-Boot API documentation
 ------------------------