mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macro
Introduce FSL_USB2_PHY_UTMI_DUAL macro for setting phy mode in SOCs such has T4240, T1040, T2080 which have utmi dual-phy Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
523f1dec58
commit
6009d95e04
3 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ enum fsl_usb2_phy_modes {
|
|||
FSL_USB2_PHY_UTMI,
|
||||
FSL_USB2_PHY_UTMI_WIDE,
|
||||
FSL_USB2_PHY_SERIAL,
|
||||
FSL_USB2_PHY_UTMI_DUAL,
|
||||
};
|
||||
|
||||
struct clk;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue