Hi
I would like to modify Blaze Tablet driver (LCD,I2C,GPIO,touch controller)to fit my hardware platform.
Could you tell me the drivers location in u-boot and kernel.
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Jefer,
Normally on Linux kernel all device drivers are located in source code tree under kernel/drivers directory which in our case is /4AI.1.7/kernel/android-3.0/drivers
Exception are sound drivers located in /4AI.1.7/kernel/android-3.0/sound.
For board setup check this directory /4AI.1.7/kernel/android-3.0/arch/arm/mach-omap2
For U-boot drivers they must be under /4AI.1.7/u-boot/drivers folder in U-Boot source tree.
Also check the board setup under /4AI.1.7/u-boot/board/omap4430sdp folder
You can see all the xxx.c files in these directories.
You can check also this presentation http://free-electrons.com/doc/training/linux-kernel/slides.pdf
Hope this helps.