commit | 6fc9ebbdeb75197df780c52f5ebcc3eeffb9cd91 | [log] [tgz] |
---|---|---|
author | David Lechner <david@lechnology.com> | Thu Apr 14 14:13:35 2016 -0500 |
committer | Sekhar Nori <nsekhar@ti.com> | Wed Apr 27 16:03:49 2016 +0530 |
tree | 38703cfb86206cc00acef60a545f8cbc3ac1e676 | |
parent | 8a9d088f66f84d7317b4adc64d3d3114f1ee8583 [diff] |
ARM: davinci: Move clock init after ioremap. Some clocks (such as the USB PHY clocks in DA8xx) will need to use iomem. The davinci_common_init() function must be called before the ioremap, so the clock init is now split out as separate function. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>