summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx50/mx50.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mx50/mx50.h')
-rw-r--r--include/asm-arm/arch-mx50/mx50.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx50/mx50.h b/include/asm-arm/arch-mx50/mx50.h
index b2bb992..b912040 100644
--- a/include/asm-arm/arch-mx50/mx50.h
+++ b/include/asm-arm/arch-mx50/mx50.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -334,6 +334,11 @@ 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_MX50_H__ */