[FE training-materials-updates] Device model lab: change dts file to modify

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Dec 4 15:43:35 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7a344fcc12c5f154af8e9aa9a637b045ac1c087a

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

commit 7a344fcc12c5f154af8e9aa9a637b045ac1c087a
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Dec 4 09:37:43 2013 +0100

    Device model lab: change dts file to modify
    
    - To add an I2C bus and device, it makes more sense
      to modify the board DTS, not a shared DTS.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

7a344fcc12c5f154af8e9aa9a637b045ac1c087a
 .../kernel-i2c-device-model.tex                    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2e29ccb..199a390 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -62,7 +62,7 @@ Now connect the nunchuk pins:
 To let the Linux kernel handle a new device, the first thing is to add a
 description for it in the board device tree.
 
-Do this by editing the \code{arch/arm/boot/dts/am335x-bone-common.dtsi}
+Do this by editing the \code{arch/arm/boot/dts/am335x-boneblack.dts}
 file describing all the buses and devices. You will need to follow the
 examples given in the lectures.
 



More information about the training-materials-updates mailing list