commit | e682ac790bba68ddc85d4e50ddfd24b281c0ca4a | [log] [tgz] |
---|---|---|
author | Patrick Daly <pdaly@codeaurora.org> | Tue Jan 22 15:21:37 2013 -0800 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:48:54 2013 -0800 |
tree | 7702e1b4764088978c8ec27debf785a6b35bd639 | |
parent | d80251bf18c48e63b1868bac71698d53add384d8 [diff] |
msm: board-8226: populate platform device data before early drivers Some drivers require being initialized in a specific order. This should be accomplished by calling platform_driver_register() after reading the device tree. Place the clock driver initialization call in the proper order. Change-Id: Ie1a2f3999f5647a86307b77341c17bbbbbbbd9ac Signed-off-by: Patrick Daly <pdaly@codeaurora.org>