diff options
author | Sammy He <r62914@freescale.com> | 2011-03-18 20:58:17 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2011-03-21 21:19:47 +0800 |
commit | ac48999b9353d038e95f965af08184dc6342adfc (patch) | |
tree | 0d5a248ac8e50a19047ab135e9348e8612b73b41 /include/asm-arm | |
parent | 32ab6b2785b763588644e766235e2ed21a853c2a (diff) | |
download | u-boot-imx-ac48999b9353d038e95f965af08184dc6342adfc.zip u-boot-imx-ac48999b9353d038e95f965af08184dc6342adfc.tar.gz u-boot-imx-ac48999b9353d038e95f965af08184dc6342adfc.tar.bz2 |
ENGR00140824 Android: Enable fastboot support for mx50 rdp
Enable fastboot support for mx50 rdp.
Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-mx50/mx50.h | 7 |
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__ */ |