[bootlin/training-materials updates] master: Kernel slides: correct of_platform_populate info (168a5d37)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Sep 13 08:52:46 CEST 2019


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

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

commit 168a5d37416ad4b467d4949edc426f02c04969b5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Sep 13 08:52:46 2019 +0200

    Kernel slides: correct of_platform_populate info
    
    Since "of/platform: Add common method to populate default
    bus"), the call to of_platform_default_populate is done through
    common code in an arch_initcall (of_platform_default_populate_init()
    function)
    
    Thanks to Alex Belloni for this detail
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

168a5d37416ad4b467d4949edc426f02c04969b5
 slides/kernel-porting-content/kernel-porting-content.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/kernel-porting-content/kernel-porting-content.tex b/slides/kernel-porting-content/kernel-porting-content.tex
index 1c68a327..5e40379c 100644
--- a/slides/kernel-porting-content/kernel-porting-content.tex
+++ b/slides/kernel-porting-content/kernel-porting-content.tex
@@ -374,8 +374,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx28-cfa10036.dtb \
       that is passed at boot time.
     \item Defines various callbacks for the platform initialization,
       the most important one being the \code{.init_machine} callback,
-      which calls \kfunc{of_platform_populate}. This function travels
-      through the Device Tree and instantiates all the devices.
+      running initialization code for the associated SoC.
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list