diff options
author | Benoit Goby <benoit@android.com> | 2011-08-08 21:41:49 -0700 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2011-08-09 14:21:30 -0700 |
commit | 3398dae5619bc54d465b3865b710ecbf412126c2 (patch) | |
tree | c5b5c43416e8d2daa24be8e45974776d57c56222 /arch/arm/mach-omap2/board-tuna.h | |
parent | 464898ffd730251fde5de666eadd62864c78a69e (diff) | |
download | kernel_samsung_tuna-3398dae5619bc54d465b3865b710ecbf412126c2.zip kernel_samsung_tuna-3398dae5619bc54d465b3865b710ecbf412126c2.tar.gz kernel_samsung_tuna-3398dae5619bc54d465b3865b710ecbf412126c2.tar.bz2 |
modem_if: usb_link: Add LTE modem wake platform device
Add platform device to set the lte slave-wakeup gpio high before
the ehci driver is resumed. The device must be registered before the
ehci driver so that its resume callback is called first.
Change-Id: I17a34e7497d7520fd67839acbb029b286df80713
Signed-off-by: Benoit Goby <benoit@android.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-tuna.h')
-rw-r--r-- | arch/arm/mach-omap2/board-tuna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna.h b/arch/arm/mach-omap2/board-tuna.h index f700456..c09e199 100644 --- a/arch/arm/mach-omap2/board-tuna.h +++ b/arch/arm/mach-omap2/board-tuna.h @@ -37,6 +37,7 @@ int tuna_wlan_init(void); int omap_hsi_init(void); void omap4_tuna_emif_init(void); void omap4_ehci_init(void); +void modem_toro_init(void); extern struct mmc_platform_data tuna_wifi_data; extern struct class *sec_class; |