diff options
author | Peter Chen <peter.chen@nxp.com> | 2018-10-08 17:43:45 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2018-10-29 11:10:38 +0800 |
commit | 822eb0fe8b6b51756f37fd905bc9442b32fb6b23 (patch) | |
tree | b62b782ef7f988afc8ea52ac3a46f85111e16a3d /include | |
parent | 28200a49f30b03c3cba48cc90b7efdb6f67256c9 (diff) |
MLK-19850-6 usb: chipidea: introduce flag for enable USB PHY charger detection
Some platforms may want to use USB PHY charger detection function
when VBUS is there, add one flag for it. The user can enable it
at firmware.
Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/chipidea.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index 91250f54d2d2..ba2c49047434 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h @@ -64,6 +64,8 @@ struct ci_hdrc_platform_data { #define CI_HDRC_IMX_IS_HSIC BIT(15) /* need request pmqos during low power */ #define CI_HDRC_PMQOS BIT(16) +/* Using PHY's charger detection */ +#define CI_HDRC_PHY_CHARGER_DETECTION BIT(17) enum usb_dr_mode dr_mode; #define CI_HDRC_CONTROLLER_RESET_EVENT 0 #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 |