commit | 246670417cb6f7771f84ec960c0af471eadb6b4d | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Fri Sep 21 13:35:53 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 30 13:00:37 2018 -0400 |
tree | 6fd09d262f63635ea114af4b10e35e8e14ce999c | |
parent | 816495299d1de613feea906389bf88c0faf29ebe [diff] |
usb: ehci-msm: Add init_after_reset for CI_UDC MSM uses the chipidea controller IP, however it requires to reinit the phy after controller reset. in EHCI mode there's a dedicated callback for it. In device mode however there's no such callback. Add implementaion of ci_init_after_reset() to implement the above requirement in case CI_UDC driver is used. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>