[bootlin/training-materials updates] master: labs/kernel-i2c-device-model: fix incorrect addresses (1b5135ef)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 13 14:08:58 CEST 2020


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

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

commit 1b5135efec8293f89a33d1965fbb30bee1325777
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Oct 13 14:08:58 2020 +0200

    labs/kernel-i2c-device-model: fix incorrect addresses
    
    This was introduced in commit 48e0ec0f9f23d822d5d9813d18d1dcf6ba86e987
    in March 2020.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

1b5135efec8293f89a33d1965fbb30bee1325777
 labs/kernel-i2c-device-model/kernel-i2c-device-model.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index dcd56374..ff5c21cd 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -101,8 +101,8 @@ your device tree:
 
 As the base address of the I2C1 controller registers was not explicited
 in the DTSI file (at least not in the corresponding node), you can now
-compute this address from the above line: it's \code{0x8000000 + 0x2a000
-= 0x802a000}.
+compute this address from the above line: it's \code{0x48000000 + 0x2a000
+= 0x4802a000}.
 
 Also find the same address in the big processor Technical Reference
 Manual\footnote{Tip: to do your search, put an underscore character




More information about the training-materials-updates mailing list