aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/control.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-03-04 17:17:06 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:18 +0300
commitbbd36f9f03eceee5c208db83049142171e6338f6 (patch)
tree16a6d579e4938078996158b172f059ea40572389 /arch/arm/mach-omap2/control.h
parentARM: OMAP3: PRM: move PRM init code from PM core to the driver (diff)
downloadlinux-dev-bbd36f9f03eceee5c208db83049142171e6338f6.tar.xz
linux-dev-bbd36f9f03eceee5c208db83049142171e6338f6.zip
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.h1
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);
extern void omap3630_ctrl_disable_rta(void);
extern int omap3_ctrl_save_padconf(void);
extern void omap3_ctrl_set_iva_bootmode_idle(void);
+void omap3_ctrl_setup_d2d_padconf(void);
extern void omap2_set_globals_control(void __iomem *ctrl,
void __iomem *ctrl_pad);
#else