[bootlin/training-materials updates] master: slides/kernel-hw-devices: Fix node name (bac63882)

Miquel Raynal miquel.raynal at bootlin.com
Wed Apr 5 11:25:35 CEST 2023


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

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

commit bac6388207754c3ab4f382ab2cb2f312bae49f0a
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Apr 5 11:25:30 2023 +0200

    slides/kernel-hw-devices: Fix node name
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

bac6388207754c3ab4f382ab2cb2f312bae49f0a
 slides/kernel-hw-devices/kernel-hw-devices.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-hw-devices/kernel-hw-devices.tex b/slides/kernel-hw-devices/kernel-hw-devices.tex
index 476d67c2..035a87f0 100644
--- a/slides/kernel-hw-devices/kernel-hw-devices.tex
+++ b/slides/kernel-hw-devices/kernel-hw-devices.tex
@@ -335,7 +335,7 @@ $ dtc -I dtb -O dts foo.dtb
         pinctrl-0 = <&i2c0_pins>;
         clock-frequency = <400000>;
 
-        baseboard_eeprom: baseboard_eeprom at 50 {
+        baseboard_eeprom: eeprom at 50 {
           compatible = "atmel,24c256";
           reg = <0x50>;
         };




More information about the training-materials-updates mailing list