Skip to content

Commit 4e3c31e

Browse files
GallaisPoutinerobherring
authored andcommitted
chapter2: fix reference to chapter6
Appendix 6 is now chapter 6. Closes #73 Signed-off-by: Raphael Gallais-Pou <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 3bfe4b6 commit 4e3c31e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/chapter2-devicetree-basics.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,10 @@ Example:
575575
if a ``phandle`` property is not present. The meaning and use of the two
576576
properties is identical.
577577

578-
.. note:: Most devicetrees in :abbr:`DTS (Device Tree Syntax)` (see Appendix A) will not
579-
contain explicit phandle properties. The DTC tool automatically inserts
580-
the ``phandle`` properties when the DTS is compiled into the binary DTB
581-
format.
578+
.. note:: Most devicetrees in :abbr:`DTS (Device Tree Syntax)` (see
579+
:numref:`Chapter %s <chapter-devicetree-source-format>`) will not contain
580+
explicit phandle properties. The DTC tool automatically inserts the
581+
``phandle`` properties when the DTS is compiled into the binary DTB format.
582582

583583
status
584584
~~~~~~

0 commit comments

Comments
 (0)