doc: build: dts: bindings-syntax: node typo
Replace 'node' with 'property' in a sentence. Signed-off-by: David Pinho <david.pinho@gmail.com>
This commit is contained in:
parent
f812de2026
commit
141f8b3858
1 changed files with 2 additions and 2 deletions
4
doc/build/dts/bindings-syntax.rst
vendored
4
doc/build/dts/bindings-syntax.rst
vendored
|
@ -135,8 +135,8 @@ this:
|
|||
required: true
|
||||
|
||||
In this example, a node with compatible ``"manufacturer,serial"`` must contain
|
||||
a node named ``current-speed``. The property's value must be a single integer.
|
||||
Similarly, the node must contain a ``reg`` property.
|
||||
a property named ``current-speed``. The property's value must be a single
|
||||
integer. Similarly, the node must contain a ``reg`` property.
|
||||
|
||||
The build system uses bindings to generate C macros for devicetree properties
|
||||
that appear in DTS files. You can read more about how to get property values in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue