[bootlin/training-materials updates] master: kernel-hw-devices: Fix typos (06060403)

Miquel Raynal miquel.raynal at bootlin.com
Wed Jan 18 14:27:53 CET 2023


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

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

commit 06060403289d9c0e5f00cd994e97914f1732e0cb
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Jan 18 12:45:50 2023 +0100

    kernel-hw-devices: Fix typos
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

06060403289d9c0e5f00cd994e97914f1732e0cb
 slides/kernel-hw-devices/kernel-hw-devices.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/kernel-hw-devices/kernel-hw-devices.tex b/slides/kernel-hw-devices/kernel-hw-devices.tex
index df9a20ad..8f798119 100644
--- a/slides/kernel-hw-devices/kernel-hw-devices.tex
+++ b/slides/kernel-hw-devices/kernel-hw-devices.tex
@@ -172,7 +172,7 @@ $ dtc -I dtb -O dts foo.dtb
   ocp {
     intc: interrupt-controller at 48200000 { ... };
     usb0: usb at 47401300 { ... };
-    l4_wkup: interconnect at 44c00000 {
+    l4_per: interconnect at 44c00000 {
       i2c0: i2c at 40012000 { ... };
     };
   };
@@ -228,7 +228,7 @@ $ dtc -I dtb -O dts foo.dtb
     intc: interrupt-controller at 48200000 { ... };
     usb0: usb at 47401300 { ... };
 
-    l4_wkup: interconnect at 44c00000 {
+    l4_per: interconnect at 44c00000 {
       compatible = "ti,am33xx-l4-wkup", "simple-pm-bus";
       reg = <0x44c00000 0x800>, <0x44c00800 0x800>,
             <0x44c01000 0x400>, <0x44c01400 0x400>;
@@ -269,7 +269,7 @@ $ dtc -I dtb -O dts foo.dtb
       status = "okay";
     };
 
-    l4_wkup: interconnect at 44c00000 {
+    l4_per: interconnect at 44c00000 {
       i2c0: i2c at 40012000 { ... };
     };
   };
@@ -287,7 +287,7 @@ $ dtc -I dtb -O dts foo.dtb
   ocp {
     intc: interrupt-controller at 48200000 { ... };
     usb0: usb at 47401300 { ... };
-    l4_wkup: interconnect at 44c00000 {
+    l4_per: interconnect at 44c00000 {
 
       i2c0: i2c at 40012000 {
         compatible = "ti,omap4-i2c";
@@ -536,7 +536,7 @@ i2c1: i2c at 0 {
 \end{frame}
 
 \begin{frame}[fragile]{Device Tree binding: YAML style}
-  \kfile{Documentation/devicetree/bindings/i2c/ti,imap4-i2c.yaml}
+  \kfile{Documentation/devicetree/bindings/i2c/ti,omap4-i2c.yaml}
   \begin{columns}[t]
     \column{0.33\textwidth}
     \begin{block}{}




More information about the training-materials-updates mailing list