summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach
diff options
context:
space:
mode:
authorBartosz Markowski <bartosz.markowski@tieto.com>2011-12-07 11:36:21 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:06:35 +0200
commitc81d6835ff70b5f4132d1cef32329e4f0ecde220 (patch)
treeabb53824b6433b7a375424708437a7a3997ab90a /arch/arm/mach-ux500/include/mach
parent96d472636ea3216270ec94f6a0c5c896dfcf8002 (diff)
u5500: WLAN: Adds prcmu_ctrl callback
Adds prcmu_ctrl callback to u5500 WLAN platform data file. In u5500 platform cw1200 reset pin is connected to PRCMU. prcmu_resetout is used to set/unset RESOUT2_N_PIN by writing to PRCMU register (platform callback) ST-Ericsson Linux next: NA ST-Ericsson ID: 375493 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Iedfa62dcec0b0bb9bc67abb6ff8dc00b1b78f375 Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/41359 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach')
-rw-r--r--arch/arm/mach-ux500/include/mach/cw1200_plat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/cw1200_plat.h b/arch/arm/mach-ux500/include/mach/cw1200_plat.h
index 4d30dbd3979..3a73183c9f8 100644
--- a/arch/arm/mach-ux500/include/mach/cw1200_plat.h
+++ b/arch/arm/mach-ux500/include/mach/cw1200_plat.h
@@ -18,6 +18,8 @@ struct cw1200_platform_data {
bool enable);
int (*clk_ctrl)(const struct cw1200_platform_data *pdata,
bool enable);
+ int (*prcmu_ctrl)(const struct cw1200_platform_data *pdata,
+ bool enable);
};
/* Declaration only. Should be implemented in arch/xxx/mach-yyy */