Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: TPS65217
Tool/software: Linux
Hi, I can't find the location of linux kernel for tps65217. Where is it placed in debian 3.8.13?!?
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.
Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: TPS65217
Tool/software: Linux
Hi, I can't find the location of linux kernel for tps65217. Where is it placed in debian 3.8.13?!?
And to add to this, the PMIC is a multifunction driver. If you use the Linux 'find' command in the Processor SDK Linux drivers directory, you'll find a few more drivers based on function
/linux-4.9.41+gitAUTOINC+e3a80a1c5c-ge3a80a1c5c/drivers$ find . -name "*tps65217*"
./regulator/tps65217-regulator.c
./power/supply/tps65217_charger.c
./video/backlight/tps65217_bl.c
./mfd/tps65217.c
Steve K.