diff options
author | Simon Glass | 2021-08-01 18:57:10 -0600 |
---|---|---|
committer | Heinrich Schuchardt | 2021-08-14 20:54:41 +0200 |
commit | 3e9fddfc4f146f3a64c935024f5e1918790d2777 (patch) | |
tree | e3acdc08d24cc5edf4e7c359b8ee7641de503248 /doc/develop/index.rst | |
parent | 00e80da9f5e9a98d3234efac2149cc5936ea2c74 (diff) |
doc: Move devicetree control doc to rST
Move this to rST format, largely unchanged to start with. Add an index
for this topic, as well as an empty intro.
Note this patch does not include updates! Is it just a conversion to the
new format. See the next patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchart <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 1203409db7b..83c929babda 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -11,6 +11,7 @@ Implementation ci_testing commands + devicetree/index driver-model/index global_data logging |