Hi,
we have developed an embedded board based on am3703 and tps65910. The design is oriented on beagle board and we use the kernel comming with this board. We made the changes needed in the kernel configuration to link the associeted files of the tps65910.
The driver can be successfully registered but now how can be accomplished a communication to the pmu? Normally this is done as i understand over the twlxxxx driver?
How can i map the tps65910 to the twlxxx so that the control and smartreflex i2c channels can be used?
Any suggestions are welcome.
A. Mixich
Hello,
you need to replace platform data for twl device with platform data for tps65910. They are seperate drivers.
Best regards,
Flore
Hello Flore,
thank you for the suggestion.
Do you have implented succefully the usage of tps65910 in the linux kernel?
If yes, it is possible to receive some informations about?
Alexandru
Hello Alexandru,
There are customers successfully using the chip. You will find the latest version of patches on kernel.org
Hope this helps.