omap3-pandora-kernel 2.6.27: Bump GIT SRCREV to pull in SGX patch.
[openpandora.oe.git] / recipes / linux / omap3-pandora-kernel / 0002-Add-missing-define-to-EHCI-OMAP.c.patch
1 From b74c0765335d460ae84549f5977ffed588a26c23 Mon Sep 17 00:00:00 2001
2 From: David-John Willis <John.Willis@Distant-earth.com>
3 Date: Sun, 8 Feb 2009 18:58:35 +0000
4 Subject: [PATCH] Add missing define to EHCI-OMAP.c
5
6 ---
7  drivers/usb/host/ehci-omap.c |    7 +++++--
8  1 files changed, 5 insertions(+), 2 deletions(-)
9
10 diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
11 index 3c01a91..b3c1c35 100755
12 --- a/drivers/usb/host/ehci-omap.c
13 +++ b/drivers/usb/host/ehci-omap.c
14 @@ -50,9 +50,12 @@
15  #define EXTERNAL_PHY_RESET
16  //#define      EXT_PHY_RESET_GPIO_PORT1        (57)
17  //#define      EXT_PHY_RESET_GPIO_PORT1        (147)
18 -#define        EXT_PHY_RESET_GPIO_PORT1        (16)
19 +#define        EXT_PHY_RESET_GPIO_PORT1                (16)
20  //#define      EXT_PHY_RESET_GPIO_PORT2        (61)
21 -#define        EXT_PHY_RESET_DELAY             (10)
22 +#define        EXT_PHY_RESET_DELAY                             (10)
23 +
24 +#define PHY_STP_PULLUP_ENABLE           (0x10)
25 +#define PHY_STP_PULLUP_DISABLE          (0x90)
26  
27  /* ISSUE2:
28   * USBHOST supports External charge pump PHYs only
29 -- 
30 1.6.0.5
31