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

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Apr 21 10:57:29 CEST 2021


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

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

commit 412b47ec5f6fea196601b7fb7abf5609dd5e2779
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>


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

412b47ec5f6fea196601b7fb7abf5609dd5e2779
 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