[bootlin/training-materials updates] master: sysdev-accessing-hardware-stm32: fix version for dtsi file (ca391013)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Sep 11 20:47:28 CEST 2023


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

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

commit ca391013ccf2e1d228ea10680f8922a2bbde11a5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Sep 11 20:47:28 2023 +0200

    sysdev-accessing-hardware-stm32: fix version for dtsi file
    
    As the latest version is no longer relevant.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ca391013ccf2e1d228ea10680f8922a2bbde11a5
 .../sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
index b5c12279..5ef140ba 100644
--- a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
+++ b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
@@ -289,7 +289,7 @@ To enable \busname\ on our system, we need to assign set \code{status =
 
 Fortunately, I2C5 is already defined in the one of the DTS includes
 used by the Device Tree for our board. In our case, that's in
-\kfile{arch/arm/boot/dts/stm32mp151.dtsi}. Look by yourself in this
+\kfileversion{arch/arm/boot/dts/stm32mp151.dtsi}{6.1}. Look by yourself in this
 file, and you will find its definition, but with \code{status =
 "disabled";}. This means that this I2C controller is not enabled yet,
 and it's up to boards using it to do so.




More information about the training-materials-updates mailing list