@@ -79,7 +79,7 @@ regularly synced with the Linux kernel and hence no need for manual devicetree
7979sync. You may find that the `dts/upstream/ ` already has a suitable devicetree
8080file 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
8383modify 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
102102devicetree-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
192192are 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
196196much more restrictive memory and code-size constraints. Where Linux may use a
197197full clock driver with Common Clock Format (CCF) to find the input clock to the
198198UART, 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
216216that file, to create a hierarchy of shared files.
217217
218218
@@ -309,8 +309,8 @@ Limitations
309309Devicetrees can help reduce the complexity of supporting variants of boards
310310which 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
314314which runs on your AT91 and OMAP boards, relying on an fdt to configure
315315the various features. This is because you must select one of
316316the 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.
328328History
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
332332config file. This eventually got out of hand with nearly 10,000 options.
333333
334334U-Boot adopted devicetrees around the same time as Linux and early boards
0 commit comments