From: Aaro Koskinen Date: Fri, 6 Dec 2013 14:13:05 +0000 (+0200) Subject: usb: omap1: add extcon to platform data X-Git-Tag: v5.15~18628^2~90^2~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=339e008895a912a5049e076c9d27b29eb7ce80a7;p=platform%2Fkernel%2Flinux-starfive.git usb: omap1: add extcon to platform data Add extcon field to platform data. Signed-off-by: Aaro Koskinen Signed-off-by: Felipe Balbi --- diff --git a/include/linux/platform_data/usb-omap1.h b/include/linux/platform_data/usb-omap1.h index 8c7764d..43b5ce1 100644 --- a/include/linux/platform_data/usb-omap1.h +++ b/include/linux/platform_data/usb-omap1.h @@ -23,6 +23,8 @@ struct omap_usb_config { unsigned register_dev:1; u8 otg; /* port number, 1-based: usb1 == 2 */ + const char *extcon; /* extcon device for OTG */ + u8 hmc_mode; /* implicitly true if otg: host supports remote wakeup? */