summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/max77693.h
diff options
context:
space:
mode:
authorChanwoo Choi2012-12-06 13:27:56 +0100
committerChanwoo Choi2013-01-15 07:42:16 +0100
commit2b75799f5ae9f31ea9778003591fd295d3bc3159 (patch)
tree8f1075cf7dfbd85fc5c6d9b8885fbcb8bb6cc3c7 /include/linux/mfd/max77693.h
parentextcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt (diff)
downloadkernel-qcow2-linux-2b75799f5ae9f31ea9778003591fd295d3bc3159.tar.gz
kernel-qcow2-linux-2b75799f5ae9f31ea9778003591fd295d3bc3159.tar.xz
kernel-qcow2-linux-2b75799f5ae9f31ea9778003591fd295d3bc3159.zip
extcon: max77693: Set default uart/usb path by using platform data
This patch determine default uart/usb path by using platform data. The MAX77693 MUIC device can possibliy set USB/UART/AUDIO/USB_AUX /UART_AUX to internal h/w path of MUIC device. So, drvier should determine default uart/usb path. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'include/linux/mfd/max77693.h')
-rw-r--r--include/linux/mfd/max77693.h7
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 {
int num_init_data;
int detcable_delay_ms;
+
+ /*
+ * Default usb/uart path whether UART/USB or AUX_UART/AUX_USB
+ * h/w path of COMP2/COMN1 on CONTROL1 register.
+ */
+ int path_usb;
+ int path_uart;
};
struct max77693_platform_data {