Skip to content

Commit eb50148

Browse files
yegorichxypron
authored andcommitted
doc: develop: fix grammar and syntax
Signed-off-by: Yegor Yefremov <[email protected]> Reviewed-by: Simon Glass <[email protected]>
1 parent 72f72fa commit eb50148

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/develop/devicetree/control.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ regularly synced with the Linux kernel and hence no need for manual devicetree
7979
sync. You may find that the `dts/upstream/` already has a suitable devicetree
8080
file for your board. Look in `dts/upstream/src/<arch>/<vendor>`.
8181

82-
If not you might find other boards with suitable files that you can
82+
If not, you might find other boards with suitable files that you can
8383
modify to your needs. Look in the board directories for files with a
8484
.dts extension.
8585

@@ -98,7 +98,7 @@ Linux kernel release. To sync the `dts/upstream/` subtree, run::
9898

9999
./tools/update-subtree.sh pull dts <devicetree-rebasing-release-tag>
100100

101-
If required it is also possible to cherry-pick fixes from the
101+
If required, it is also possible to cherry-pick fixes from the
102102
devicetree-rebasing repository prior to next sync, usage::
103103

104104
./tools/update-subtree.sh pick dts <devicetree-rebasing-commit-id>
@@ -192,7 +192,7 @@ With `dts/upstream` Git subtree, it is ensured that devicetree files in U-Boot
192192
are an exact copy of those in Linux kernel available under
193193
`dts/upstream/src/<arch>/<vendor>`.
194194

195-
U-Boot is of course a very different project from Linux, e.g. it operates under
195+
U-Boot is, of course, a very different project from Linux, e.g. it operates under
196196
much more restrictive memory and code-size constraints. Where Linux may use a
197197
full clock driver with Common Clock Format (CCF) to find the input clock to the
198198
UART, U-Boot typically wants to output a banner as early as possible before too
@@ -212,7 +212,7 @@ order::
212212
<CONFIG_SYS_VENDOR>-u-boot.dtsi
213213
u-boot.dtsi
214214

215-
Only one of these is selected but of course you can #include another one within
215+
Only one of these is selected, but, of course, you can #include another one within
216216
that file, to create a hierarchy of shared files.
217217

218218

@@ -309,8 +309,8 @@ Limitations
309309
Devicetrees can help reduce the complexity of supporting variants of boards
310310
which use the same SOC / CPU.
311311

312-
However U-Boot is designed to build for a single architecture type and CPU
313-
type. So for example it is not possible to build a single ARM binary
312+
However, U-Boot is designed to build for a single architecture type and CPU
313+
type. So, for example, it is not possible to build a single ARM binary
314314
which runs on your AT91 and OMAP boards, relying on an fdt to configure
315315
the various features. This is because you must select one of
316316
the CPU families within arch/arm/cpu/arm926ejs (omap or at91) at build
@@ -328,7 +328,7 @@ files are pulled in, and the fdt controls *how* those files work.
328328
History
329329
-------
330330

331-
U-Boot configuration was previous done using CONFIG options in the board
331+
U-Boot configuration was previously done using CONFIG options in the board
332332
config file. This eventually got out of hand with nearly 10,000 options.
333333

334334
U-Boot adopted devicetrees around the same time as Linux and early boards

0 commit comments

Comments
 (0)