[bootlin/training-materials updates] master: slides/[kernel|sysdev]-hw-devices: update dts folder location (1b555ea2)

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


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

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

commit 1b555ea2cfb2602011bc1284ce9da1951416e327
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 7 17:36:39 2023 +0200

    slides/[kernel|sysdev]-hw-devices: update dts folder location
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

1b555ea2cfb2602011bc1284ce9da1951416e327
 slides/kernel-hw-devices/kernel-hw-devices.tex | 3 ++-
 slides/sysdev-hw-devices/sysdev-hw-devices.tex | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-hw-devices/kernel-hw-devices.tex b/slides/kernel-hw-devices/kernel-hw-devices.tex
index 9da871fa..13ca23c6 100644
--- a/slides/kernel-hw-devices/kernel-hw-devices.tex
+++ b/slides/kernel-hw-devices/kernel-hw-devices.tex
@@ -159,7 +159,8 @@ $ dtc -I dtb -O dts foo.dtb
   \item In practice, the Linux kernel sources can be considered as the
     {\bf canonical location} for Device Tree Source files
     \begin{itemize}
-    \item \code{arch/<ARCH>/boot/dts}
+    \item \code{arch/<ARCH>/boot/<vendor>/dts}
+    \item \code{arch/arm/boot/dts} (on ARM 32 architecture before Linux 6.5)
     \item $\approx$ 4500 Device Tree Source files (\code{.dts} and
           \code{.dtsi}) in Linux as of 6.0.
     \end{itemize}
diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index 1c8ad1f6..d49eea40 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -894,7 +894,8 @@ $ dtc -I dtb -O dts foo.dtb
   \item In practice, the Linux kernel sources can be considered as the
     {\bf canonical location} for Device Tree Source files
     \begin{itemize}
-    \item \code{arch/<ARCH>/boot/dts}
+    \item \code{arch/<ARCH>/boot/<vendor>/dts}
+    \item \code{arch/arm/boot/dts} (on ARM 32 architecture before Linux 6.5)
     \item $\approx$ 4500 Device Tree Source files (\code{.dts} and
           \code{.dtsi}) in Linux as of 6.0.
     \end{itemize}




More information about the training-materials-updates mailing list