summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx6/iomux-v3.h
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-12-14 19:12:20 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-12-15 11:23:48 +0800
commit6dd956ebdeb0d0b247a511de6302903be02802e3 (patch)
tree83bce1c11dad0ed46aa20df53b4288c5abed4342 /include/asm-arm/arch-mx6/iomux-v3.h
parenta32bc11e6e78753f7f5355a50098c966ff0f40fd (diff)
downloadu-boot-imx-6dd956ebdeb0d0b247a511de6302903be02802e3.zip
u-boot-imx-6dd956ebdeb0d0b247a511de6302903be02802e3.tar.gz
u-boot-imx-6dd956ebdeb0d0b247a511de6302903be02802e3.tar.bz2
ENGR00170299-1 Android: add support fastboot function
add support for otg in MX6Q uboot to enable fastboot function. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx6/iomux-v3.h')
-rw-r--r--include/asm-arm/arch-mx6/iomux-v3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx6/iomux-v3.h b/include/asm-arm/arch-mx6/iomux-v3.h
index 01aeaeb..750cb61 100644
--- a/include/asm-arm/arch-mx6/iomux-v3.h
+++ b/include/asm-arm/arch-mx6/iomux-v3.h
@@ -140,6 +140,11 @@ int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad);
int mxc_iomux_v3_setup_multiple_pads(iomux_v3_cfg_t *pad_list, unsigned count);
/*
+ * Set bits for general purpose registers
+ */
+void mxc_iomux_set_gpr_register(int group, int start_bit, int num_bits, int value);
+
+/*
* Initialise the iomux controller
*/
void mxc_iomux_v3_init(void *iomux_v3_base);