diff options
author | Fugang Duan <B38611@freescale.com> | 2013-08-15 08:26:22 +0800 |
---|---|---|
committer | Fugang Duan <B38611@freescale.com> | 2013-08-15 08:30:01 +0800 |
commit | 1e59fd0f860614c546de6964a01d424453f3168a (patch) | |
tree | f04716775db25d05e95c26a1d45822ef66456035 /arch/arm/include | |
parent | af19e3e7428abd0689f96bfad464ceee0d73b7c8 (diff) | |
download | u-boot-imx-1e59fd0f860614c546de6964a01d424453f3168a.zip u-boot-imx-1e59fd0f860614c546de6964a01d424453f3168a.tar.gz u-boot-imx-1e59fd0f860614c546de6964a01d424453f3168a.tar.bz2 |
ENGR00275369-01: mx6sl: add fec clock enable interface
Add fec clock enable interface in clock.c file.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h index db377cc..42daee0 100644 --- a/arch/arm/include/asm/arch-mx6/clock.h +++ b/arch/arm/include/asm/arch-mx6/clock.h @@ -64,5 +64,6 @@ unsigned int mxc_get_clock(enum mxc_clock clk); void enable_usboh3_clk(unsigned char enable); int enable_sata_clock(void); int enable_i2c_clk(unsigned char enable, unsigned i2c_num); +int enable_fec_clock(void); #endif /* __ASM_ARCH_CLOCK_H */ |