
On Wed, Oct 31, 2012 at 10:58:27AM -0400, Joel A Fernandes wrote:
This is mostly copied from "support for TPS65217 PMIC" patches from the old am33xx U-boot tree by Greg Guyyote with additions by Tom Rini, me and others.
Also drop DDR3 voltage level from 1.5V to 1.35V for beaglebone. DDR3 operation is verified at this lower voltage level.
Signed-off-by: Joel A Fernandes joelagnel@ti.com
arch/arm/cpu/armv7/am33xx/board.c | 134 ++++++++++++++++++++++++++++++++++ arch/arm/cpu/armv7/am33xx/pmic.h | 76 +++++++++++++++++++ arch/arm/cpu/armv7/am33xx/tps65217.h | 90 +++++++++++++++++++++++
We need to split this up into a pmic file. Assuming it's all generic to the tps65217, you should grab Lukasz Majewski's pmic series and build on top of that, putting this code into drivers/power/pmic/. And please checkpatch.pl the code as I'm sure there were a few violations that slipped in to the non-mainline tree. Thanks!