@@ -46,7 +46,7 @@ The DT was originally created by Open Firmware as part of the
4646communication method for passing data from Open Firmware to a client
4747program (like to an operating system). An operating system used the
4848Device Tree to discover the topology of the hardware at runtime, and
49- thereby support a majority of available hardware without hard coded
49+ thereby supported a majority of available hardware without hard coded
5050information (assuming drivers were available for all devices).
5151
5252Since Open Firmware is commonly used on PowerPC and SPARC platforms,
@@ -128,7 +128,7 @@ successor, the BeagleBoard xM board might look like, respectively::
128128 compatible = "ti,omap3-beagleboard-xm", "ti,omap3450", "ti,omap3";
129129
130130Where "ti,omap3-beagleboard-xm" specifies the exact model, it also
131- claims that it compatible with the OMAP 3450 SoC, and the omap3 family
131+ claims that it is compatible with the OMAP 3450 SoC, and the omap3 family
132132of SoCs in general. You'll notice that the list is sorted from most
133133specific (exact board) to least specific (SoC family).
134134
@@ -205,7 +205,7 @@ platform-specific configuration data.
205205
206206During early boot, the architecture setup code calls of_scan_flat_dt()
207207several times with different helper callbacks to parse device tree
208- data before paging is setup . The of_scan_flat_dt() code scans through
208+ data before paging is set up . The of_scan_flat_dt() code scans through
209209the device tree and uses the helpers to extract information required
210210during early boot. Typically the early_init_dt_scan_chosen() helper
211211is used to parse the chosen node including kernel parameters,
0 commit comments