diff options
author | Sergei Shtylyov <[email protected]> | 2011-03-13 20:06:59 +0000 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2011-03-15 08:17:23 -0700 |
commit | 60d97a840175d3becb2e6de36537a5cdfc0ec3a9 (patch) | |
tree | 6cbdb324a563050736f15388418300a54dd0bba5 /tools/perf/util/trace-event-scripting.c | |
parent | f6e5306ecf269cac52cb06a2f356431f63640595 (diff) |
davinci: DM644x EVM: register MUSB device earlier
The MUSB driver doesn't see its platform device on DM644x EVM board anymore
since commit 73b089b052a69020b953312a624a6e1eb5b81fab (usb: musb: split davinci
to its own platform_driver) because the new probe is called as subsys_initcall()
now, and the device is registered later than that by the board code. Move the
registration to davinci_evm_init() -- it's safe to do so because the MUSB core
device still gets initialized as fs_initcall() -- which is late enough for the
I2C GPIO expander (which controls VBUS) to be initialized.
Signed-off-by: Sergei Shtylyov <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Tested-by: Sekhar Nori <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions