summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx53/mx53.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mx53/mx53.h')
-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__ */