Skip to content

Commit 0f5648d

Browse files
committed
Typo fixes reported by Leonid Kegulskiy
Leo reported a few minor typos and two example devices using the same base address, which is confusing. Fix it up. Reported-by: Leonid Kegulskiy <[email protected]> Signed-off-by: Grant Likely <[email protected]>
1 parent 20af25b commit 0f5648d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

release/latex/devicetree-specification.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ \section{Definition of Terms}
403403
\item[{AMP\index{AMP|textbf}}] \leavevmode\phantomsection\label{introduction:term-amp}
404404
Asymmetric Multiprocessing. Computer available CPUs are partitioned into
405405
groups, each running a distinct operating system image. The CPUs
406-
may or not may not identical.
406+
may or not may not be identical.
407407

408408
\item[{boot CPU\index{boot CPU|textbf}}] \leavevmode\phantomsection\label{introduction:term-boot-cpu}
409409
The first CPU which a boot program directs to a client program’s
@@ -914,7 +914,7 @@ \subsubsection{Property Values}
914914
\code{\textless{}empty\textgreater{}}
915915
&
916916
Value is empty. Used for conveying true-false information, when
917-
the presence of absence of the property itself is sufficiently
917+
the presence or absence of the property itself is sufficiently
918918
descriptive.
919919
\\
920920
\hline

source/devicetree-basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ identified by a forward slash (/).
160160
"cpus":e -> "cpu@1":w
161161
"/":e -> "memory@0":w
162162
"/":e -> "uart@fe001000":w
163-
"/":e -> "ethernet@fe001000":w
164163
"/":e -> "ethernet@fe002000":w
164+
"/":e -> "ethernet@fe003000":w
165165

166166
In :numref:`example-nodenames`:
167167

168168
* The nodes with the name cpu are distinguished by their unit-address
169169
values of 0 and 1.
170170
* The nodes with the name Ethernet are distinguished by their
171-
unit-address values of FE001000 and FE002000.
171+
unit-address values of FE002000 and FE003000.
172172

173173
Generic Names Recommendation
174174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)