commit | e655cd7a5214baa6131b9944629573d8e635909a | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Mon Apr 09 10:15:03 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Apr 10 06:15:11 2012 -0600 |
tree | 784a3172aefafe0bda1664ee303508452ec2442e | |
parent | 23aedd6cb9a2fbced2c08344ddaadb62e7465f67 [diff] |
msm: clock-local: Move GFX3D core reset from reg_init() to post_init() reg_init() is called from the clock driver's pre_init() function, which runs too early for clock APIs to be safely called. Move the GFX3D reset operation that was performed there into post_init() where clock APIs are allowed. Change-Id: I63f6e9eec508f111ddf4211c63fc317bbe128a27 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>