From: Pavel Machek Date: Fri, 17 Nov 2006 23:37:37 +0000 (+0200) Subject: ARM: OMAP: Basic support for siemens sx1, USB changes X-Git-Tag: v2.6.19-omap1~41 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=77e3c7106fb74788bcbcb36735a75ad8f28db709;p=linux-2.6-omap-h63xx.git 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 --- 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