diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 17:45:16 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-05 00:22:11 +0300 |
commit | d8e81bc3e87c9e7994f5bf24e215a607899ca470 (patch) | |
tree | 449c9aa727524b30b343f8e2078be15313af18d0 /Documentation/devicetree/of_unittest.txt | |
parent | 4ef7f57ebe6e9c59d14262921f2b9016c4264b23 (diff) | |
download | linux-d8e81bc3e87c9e7994f5bf24e215a607899ca470.tar.xz |
docs: dt: convert usage-model.txt to ReST
- Add a SPDX header;
- Adjust document title;
- Use footnoote markups;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add it to devicetree/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/of_unittest.txt')
-rw-r--r-- | Documentation/devicetree/of_unittest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/of_unittest.txt b/Documentation/devicetree/of_unittest.txt index 3e4e7d48ae93..9fdd2de9b770 100644 --- a/Documentation/devicetree/of_unittest.txt +++ b/Documentation/devicetree/of_unittest.txt @@ -11,7 +11,7 @@ architecture. It is recommended to read the following documents before moving ahead. -[1] Documentation/devicetree/usage-model.txt +[1] Documentation/devicetree/usage-model.rst [2] http://www.devicetree.org/Device_Tree_Usage OF Selftest has been designed to test the interface (include/linux/of.h) |