summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/imx-common
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-12 19:34:18 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 13:39:01 +0800
commitd50b53f138dd3b4c463c80ac8e14f41ac0fdd415 (patch)
treed5b9d2a9f8cfedef553a550219b714b570d03ae7 /arch/arm/include/asm/imx-common
parentdc767fb7d5c155f2a6ef01c4dee808b9c1944fc2 (diff)
downloadu-boot-imx-d50b53f138dd3b4c463c80ac8e14f41ac0fdd415.zip
u-boot-imx-d50b53f138dd3b4c463c80ac8e14f41ac0fdd415.tar.gz
u-boot-imx-d50b53f138dd3b4c463c80ac8e14f41ac0fdd415.tar.bz2
ENGR00315894-77 mx6 soc: Add vadc power up/down function
Add vadc power up/down function. Signed-off-by: Sandor Yu <R01008@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 96d990ef754a879f6ca9da4adf6e0be3d21cdc51) Signed-off-by: Peng Fan <Peng.Fan@freescale.com> (cherry picked from commit 01b88201aa86bef26a4254ac43aff90e99fd2c06)
Diffstat (limited to 'arch/arm/include/asm/imx-common')
-rw-r--r--arch/arm/include/asm/imx-common/sys_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/imx-common/sys_proto.h b/arch/arm/include/asm/imx-common/sys_proto.h
index ca88569..189765b 100644
--- a/arch/arm/include/asm/imx-common/sys_proto.h
+++ b/arch/arm/include/asm/imx-common/sys_proto.h
@@ -57,4 +57,7 @@ int mxs_wait_mask_clr(struct mxs_register_32 *reg, u32 mask, u32 timeout);
int mmc_get_env_dev(void);
void board_late_mmc_env_init(void);
+
+void vadc_power_up(void);
+void vadc_power_down(void);
#endif