diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/max77693.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/max77693.h b/include/linux/mfd/max77693.h index 9aa9c203f28b..3109a6c5c948 100644 --- a/include/linux/mfd/max77693.h +++ b/include/linux/mfd/max77693.h | |||
| @@ -40,6 +40,13 @@ struct max77693_muic_platform_data { | |||
| 40 | int num_init_data; | 40 | int num_init_data; |
| 41 | 41 | ||
| 42 | int detcable_delay_ms; | 42 | int detcable_delay_ms; |
| 43 | |||
| 44 | /* | ||
| 45 | * Default usb/uart path whether UART/USB or AUX_UART/AUX_USB | ||
| 46 | * h/w path of COMP2/COMN1 on CONTROL1 register. | ||
| 47 | */ | ||
| 48 | int path_usb; | ||
| 49 | int path_uart; | ||
| 43 | }; | 50 | }; |
| 44 | 51 | ||
| 45 | struct max77693_platform_data { | 52 | struct max77693_platform_data { |
