[bootlin/training-materials updates] master: Introduction to DT: the move is over (53a11043)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/53a11043868f3fb4071fb012cc74f5504f5d724c

>---------------------------------------------------------------

commit 53a11043868f3fb4071fb012cc74f5504f5d724c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Apr 21 10:57:29 2021 +0200

    Introduction to DT: the move is over
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

53a11043868f3fb4071fb012cc74f5504f5d724c
 slides/kernel-device-model/kernel-device-model.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/kernel-device-model/kernel-device-model.tex b/slides/kernel-device-model/kernel-device-model.tex
index 85c39421..022d15bd 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -619,8 +619,7 @@ static int serial_imx_probe(struct platform_device *pdev)
   \item On many embedded architectures, manual instantiation of
     platform devices was considered to be too verbose and not easily
     maintainable.
-  \item Such architectures are moving, or have moved, to use the {\em
-      Device Tree}.
+  \item Such architectures have moved, to use the {\em Device Tree}.
   \item It is a {\bf tree of nodes} that models the hierarchy of
     devices in the system, from the devices inside the processor to
     the devices on the board.




More information about the training-materials-updates mailing list