|
@@ -10,7 +10,7 @@ How overlays work
|
|
|
-----------------
|
|
|
|
|
|
A Device Tree's overlay purpose is to modify the kernel's live tree, and
|
|
|
-have the modification affecting the state of the the kernel in a way that
|
|
|
+have the modification affecting the state of the kernel in a way that
|
|
|
is reflecting the changes.
|
|
|
Since the kernel mainly deals with devices, any new device node that result
|
|
|
in an active device should have it created while if the device node is either
|
|
@@ -80,7 +80,7 @@ result in foo+bar.dts
|
|
|
};
|
|
|
---- foo+bar.dts -------------------------------------------------------------
|
|
|
|
|
|
-As a result of the the overlay, a new device node (bar) has been created
|
|
|
+As a result of the overlay, a new device node (bar) has been created
|
|
|
so a bar platform device will be registered and if a matching device driver
|
|
|
is loaded the device will be created as expected.
|
|
|
|