commit | 9f27984b9e098ce0a35b210ec0315c76108494e4 | [log] [tgz] |
---|---|---|
author | Tim Bird <tbird20d@gmail.com> | Mon Apr 28 16:34:19 2014 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Wed Apr 30 11:29:40 2014 -0500 |
tree | bee39ae23a360c05059d13e8edaee6526d28ac38 | |
parent | d69c6f5df376ea40df5886468b155f515fddfbb2 [diff] |
usb: phy: msm: Fix PTS definitions for MSM USB controller Fix the value used for Parallel Transceiver Select (PTS) for the MSM USB controller. This is a standard chipidea PORTSC definition, where a PHY_TYPE of 10b (<<30) is ULPI and 11b (<<30) is SERIAL. Fix the definitions and use them correctly in the driver code. Signed-off-by: Tim Bird <tim.bird@sonymobile.com> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Felipe Balbi <balbi@ti.com>