devicetree-org / devicetree-specification

Devicetree Specification document source files
Apache License 2.0
849 stars 227 forks source link

chapter2-devicetree-basics.rst refers to missing Appendix A #73

Open xypron opened 6 months ago

xypron commented 6 months ago

chapter2-devicetree-basics.rst and chapter1-introduction.rst refer to an Appendix A which does not exist:

".. note:: Most devicetrees in :abbr:DTS (Device Tree Syntax) (see Appendix A) will not contain explicit phandle properties. The DTC tool automatically inserts the phandle properties when the DTS is compiled into the binary DTB format."

In chapter2-devicetree-basics.rst I would have expected an example comparing the device-tree before DTC translation without phandle and with phandle after translation.

xypron commented 6 months ago

Cf. https://elinux.org/Device_Tree_Mysteries#Label_as_a_phandle_vs_Label_as_a_path

robherring commented 1 month ago

That's now chapter 6. Can you submit a fix? I take patches, but no one is actively working on the spec.