diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-07-27 19:26:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-27 19:26:36 -0700 |
| commit | 27cb1fcd0a5da492273d06a67e5d6ff8ef651a76 (patch) | |
| tree | 2652f3a841195ea40b6c976c987fa4f96e241b92 /include/linux/usb | |
| parent | 03fb272768d1fba6f0d2b41a872c1d819fb245c6 (diff) | |
| parent | 92a165748a25d43fb7e2fcb06c04b1e4e5db3567 (diff) | |
Merge "ARM: dts: msm: Update QUSB PHY device node compatible property on msmcobalt"
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/msm_hsusb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/msm_hsusb.h b/include/linux/usb/msm_hsusb.h index 89effb61d153..44b6222db9a3 100644 --- a/include/linux/usb/msm_hsusb.h +++ b/include/linux/usb/msm_hsusb.h @@ -176,6 +176,8 @@ struct msm_usb_cable { #define DEVICE_IN_SS_MODE BIT(5) #define PHY_LANE_A BIT(6) #define PHY_LANE_B BIT(7) +#define PHY_HSFS_MODE BIT(8) +#define PHY_LS_MODE BIT(9) #define USB_NUM_BUS_CLOCKS 3 |
