diff options
author | Martin Chabot <mchabot@nvidia.com> | 2011-11-29 10:35:16 +0100 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2011-12-08 18:04:07 +0530 |
commit | d3479206b444bbfa38ac3f8982c4011afdc92fab (patch) | |
tree | cdaf6d8d9539a33173eec4fa4ccaeb0f6087f0c5 /arch/arm/mach-tegra/board-whistler-baseband.h | |
parent | 8b0fbf761949f6a5b84affa1e1974b5595b5c176 (diff) |
ARM: tegra: whistler: icera baseband support
Support Nvidia Icera baseband on whistler board
Icera baseband is now the only supported baseband
Board should use personnality set to 0x2
Bug 907350
Change-Id: Ie3742eff453d4c31bf752eff42dbc28b5e50bd2a
Signed-off-by: Martin Chabot <mchabot@nvidia.com>
Reviewed-on: http://git-master/r/67690
Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-baseband.h')
-rw-r--r-- | arch/arm/mach-tegra/board-whistler-baseband.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-baseband.h b/arch/arm/mach-tegra/board-whistler-baseband.h index c8f561669468..b9e107f166f4 100644 --- a/arch/arm/mach-tegra/board-whistler-baseband.h +++ b/arch/arm/mach-tegra/board-whistler-baseband.h @@ -25,10 +25,12 @@ #include <linux/resource.h> #include <linux/platform_device.h> #include <linux/err.h> +#include <linux/interrupt.h> +#include <linux/irq.h> +#include <linux/wakelock.h> #include <asm/mach-types.h> #include <mach/pinmux.h> #include <mach/spi.h> - #include "clock.h" #include "devices.h" #include "gpio-names.h" @@ -54,9 +56,12 @@ #define SPI_INT TEGRA_GPIO_PO6 #define SPI_SLAVE_SEL TEGRA_GPIO_PV2 -/* PH450 */ +/* Icera 450 GPIO */ +#define AP2MDM_ACK TEGRA_GPIO_PZ0 +#define MDM2AP_ACK TEGRA_GPIO_PY6 #define AP2MDM_ACK2 TEGRA_GPIO_PU2 #define MDM2AP_ACK2 TEGRA_GPIO_PV2 +#define BB_RST_OUT TEGRA_GPIO_PV3 struct whistler_baseband { @@ -68,6 +73,4 @@ struct whistler_baseband { }; int whistler_baseband_init(void); - #endif /* BOARD_WHISTLER_BASEBAND_H */ - |