File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -471,9 +471,10 @@ static inline unsigned int rdo_max_power(u32 rdo)
471
471
#define PD_T_VCONN_SOURCE_ON 100
472
472
#define PD_T_SINK_REQUEST 100 /* 100 ms minimum */
473
473
#define PD_T_ERROR_RECOVERY 100 /* minimum 25 is insufficient */
474
- #define PD_T_SRCSWAPSTDBY 625 /* Maximum of 650ms */
475
- #define PD_T_NEWSRC 250 /* Maximum of 275ms */
474
+ #define PD_T_SRCSWAPSTDBY 625 /* Maximum of 650ms */
475
+ #define PD_T_NEWSRC 250 /* Maximum of 275ms */
476
476
#define PD_T_SWAP_SRC_START 20 /* Minimum of 20ms */
477
+ #define PD_T_BIST_CONT_MODE 50 /* 30 - 60 ms */
477
478
478
479
#define PD_T_DRP_TRY 100 /* 75 - 150 ms */
479
480
#define PD_T_DRP_TRYWAIT 600 /* 400 - 800 ms */
@@ -484,5 +485,4 @@ static inline unsigned int rdo_max_power(u32 rdo)
484
485
#define PD_N_CAPS_COUNT (PD_T_NO_RESPONSE / PD_T_SEND_SOURCE_CAP)
485
486
#define PD_N_HARD_RESET_COUNT 2
486
487
487
- #define PD_T_BIST_CONT_MODE 50 /* 30 - 60 ms */
488
488
#endif /* __LINUX_USB_PD_H */
You can’t perform that action at this time.
0 commit comments