From 77e3c7106fb74788bcbcb36735a75ad8f28db709 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 18 Nov 2006 01:37:37 +0200 Subject: [PATCH] ARM: OMAP: Basic support for siemens sx1, USB changes From: Vladimir Ananiev This adds basic support for Siemens SX1. More patches are available, with video driver, mixer, and serial ports working. That is enough to do gsm calls with right userland. Signed-off-by: Pavel Machek Signed-off-by: Tony Lindgren --- drivers/usb/gadget/omap_udc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 31df02e87a5..35e16919646 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c @@ -2077,6 +2077,7 @@ static inline int machine_needs_vbus_session(void) #ifndef CONFIG_MACH_OMAP_H4_OTG || machine_is_omap_h4() #endif + || machine_is_sx1() ); } @@ -2823,7 +2824,7 @@ static int __init omap_udc_probe(struct platform_device *pdev) hmc = HMC_1510; type = "(unknown)"; - if (machine_is_omap_innovator()) { + if (machine_is_omap_innovator() || machine_is_sx1()) { /* just set up software VBUS detect, and then * later rig it so we always report VBUS. * FIXME without really sensing VBUS, we can't -- 2.41.1