
1 Feb
2013
1 Feb
'13
7:49 a.m.
Hi Tom,
On Thursday 31 January 2013 10:31 PM, Tom Rini wrote:
On Thu, Jan 31, 2013 at 11:22:02AM +0530, R Sricharan wrote:
The pmic code is duplicated for OMAP 4 and 5. Instead move the data to Soc specific place and share the code.
Signed-off-by: R Sricharan r.sricharan@ti.com
[snip]
+++ b/arch/arm/cpu/armv7/omap4/hw_data.c
[snip]
+struct vcores_data omap4430_volts_es1 = {
- .mpu.value = 1325, .mpu.addr = SMPS_REG_ADDR_VCORE1,
.mpu.pmic = &twl6030_4430es1,
Here and in omap5/hw_data.c, split these up into multiple lines.
Thanks for reviewing all. Will correct this and send a consolidated V2.
Regards, Sricharan