commit | 3332b244214d63dcf347fefb700fd71becb4b46e | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu May 30 03:19:30 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Jun 10 08:43:09 2013 -0400 |
tree | 80d0f79702e6b5375a10a7a1081515aa54de4c03 | |
parent | 63fc0c775c1eb86b9a1abb4e37311bbcf1dca008 [diff] |
ARM: DRA7xx: clocks: Fixing i2c_init for PMIC In DRA7xx Soc's voltage scaling is done using GPI2C. So i2c_init should happen before scaling. I2C driver uses __udelay which needs timer to be initialized. So moving timer_init just before voltage scaling. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>