diff options
author | Chris Kelly <c-kelly@ti.com> | 2011-06-27 23:07:28 -0500 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2011-07-11 11:36:00 -0700 |
commit | a3edd4a962131725406bebffb1708d7692d8be3d (patch) | |
tree | d6e3efa2ad9fd2bfc2b9d13a000b667a7db6558d /arch/arm/mach-omap2/board-tuna.h | |
parent | e6d0146416366ccd8cbc24eee1575521751f5d11 (diff) | |
download | kernel_samsung_tuna-a3edd4a962131725406bebffb1708d7692d8be3d.zip kernel_samsung_tuna-a3edd4a962131725406bebffb1708d7692d8be3d.tar.gz kernel_samsung_tuna-a3edd4a962131725406bebffb1708d7692d8be3d.tar.bz2 |
ARM: omap4: tuna: add SEC Jack platform data
This introduces a new board-tuna-jack file that configures
the platform to use the sec_jack driver for wired accessory
detection.
Signed-off-by: Chris Kelly <c-kelly@ti.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 f1e604a..933b9e6 100644 --- a/arch/arm/mach-omap2/board-tuna.h +++ b/arch/arm/mach-omap2/board-tuna.h @@ -27,6 +27,7 @@ int omap4_tuna_get_type(void); bool omap4_tuna_final_gpios(void); void omap4_tuna_display_init(void); void omap4_tuna_input_init(void); +void omap4_tuna_jack_init(void); void omap4_tuna_nfc_init(void); void omap4_tuna_power_init(void); void omap4_tuna_sensors_init(void); |