summaryrefslogtreecommitdiff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-11-26 22:40:18 +0800
committerSammy He <r62914@freescale.com>2010-11-26 22:42:57 +0800
commit7a047737bdd06e9fb44b055ecd8a4cdb27e72711 (patch)
treeceb1d11f0762498f6caeba5b4bb868059f4d8d66 /include/asm-arm
parentf9c90ac3717b2907487f559f5227a7dab4675063 (diff)
downloadu-boot-imx-7a047737bdd06e9fb44b055ecd8a4cdb27e72711.zip
u-boot-imx-7a047737bdd06e9fb44b055ecd8a4cdb27e72711.tar.gz
u-boot-imx-7a047737bdd06e9fb44b055ecd8a4cdb27e72711.tar.bz2
ENGR00134098-2 MX53: Add fastboot support for android.
Add fastboot support for mx53 EVK android. Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-mx53/mx53.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h
index 5e1eedb..d574841 100644
--- a/include/asm-arm/arch-mx53/mx53.h
+++ b/include/asm-arm/arch-mx53/mx53.h
@@ -445,7 +445,10 @@ extern unsigned int mxc_get_clock(enum mxc_clock clk);
extern unsigned int get_board_rev(void);
extern int is_soc_rev(int rev);
extern enum boot_device get_boot_device(void);
-
+extern void set_usboh3_clk(void);
+extern void set_usb_phy1_clk(void);
+extern void enable_usboh3_clk(unsigned char enable);
+extern void enable_usb_phy1_clk(unsigned char enable);
#endif /* __ASSEMBLER__*/
#endif /* __ASM_ARCH_MXC_MX53_H__ */