diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-03-04 10:17:06 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-04 10:02:18 -0400 |
commit | bbd36f9f03eceee5c208db83049142171e6338f6 (patch) | |
tree | 16a6d579e4938078996158b172f059ea40572389 /arch/arm/mach-omap2/control.h | |
parent | c5180a2b3e26d9b82277986f830c89a50103e65a (diff) |
ARM: OMAP3: control: add API for setting up the modem pads
This patch moves the functionality from PM core to control driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/control.h')
-rw-r--r-- | arch/arm/mach-omap2/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h index da054801b114..fc001587ebf5 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h | |||
@@ -428,6 +428,7 @@ extern void omap_ctrl_write_dsp_boot_mode(u8 bootmode); | |||
428 | extern void omap3630_ctrl_disable_rta(void); | 428 | extern void omap3630_ctrl_disable_rta(void); |
429 | extern int omap3_ctrl_save_padconf(void); | 429 | extern int omap3_ctrl_save_padconf(void); |
430 | extern void omap3_ctrl_set_iva_bootmode_idle(void); | 430 | extern void omap3_ctrl_set_iva_bootmode_idle(void); |
431 | void omap3_ctrl_setup_d2d_padconf(void); | ||
431 | extern void omap2_set_globals_control(void __iomem *ctrl, | 432 | extern void omap2_set_globals_control(void __iomem *ctrl, |
432 | void __iomem *ctrl_pad); | 433 | void __iomem *ctrl_pad); |
433 | #else | 434 | #else |