[bootlin/training-materials updates] master: slides/sysdev-customizing-dt: update path to DTS files (14bfa803)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 7 17:57:17 CEST 2023


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

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

commit 14bfa803b53812c199d5ce9f2351618d6629d3eb
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 7 17:56:02 2023 +0200

    slides/sysdev-customizing-dt: update path to DTS files
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

14bfa803b53812c199d5ce9f2351618d6629d3eb
 slides/sysdev-customizing-dt/sysdev-customizing-dt.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/sysdev-customizing-dt/sysdev-customizing-dt.tex b/slides/sysdev-customizing-dt/sysdev-customizing-dt.tex
index 13ccaf6e..fa6bb60d 100644
--- a/slides/sysdev-customizing-dt/sysdev-customizing-dt.tex
+++ b/slides/sysdev-customizing-dt/sysdev-customizing-dt.tex
@@ -5,7 +5,9 @@
     which become {\em Device Tree Blobs (DTB)} once compiled.
   \item There is one different Device Tree for each board/platform
     supported by the kernel, available in
-    \code{arch/<arch>/boot/dts/<board>.dtb}. Their purpose is:
+    \code{arch/<arch>/boot/dts/<vendor>/<board>.dtb}
+    (\code{arch/arm/boot/dts/<board>.dtb} on ARM 32 before Linux 6.5).
+    Their purpose is:
     \begin{itemize}
     \item To describe external devices attached to non-discoverable
       busses and configure them.




More information about the training-materials-updates mailing list