summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6/clock.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2014-07-18 06:07:20 +0200
committerStefano Babic <sbabic@denx.de>2014-07-23 12:25:42 +0200
commita0ae0091d783b1140f8d321d8c6d221aeb0d39d0 (patch)
treee6197115bbf6c6c78f5a60d460661fa0d39a131a /arch/arm/include/asm/arch-mx6/clock.h
parentb2f97cf279c54c51741539455116ec3393a871ea (diff)
downloadtalos-obmc-uboot-a0ae0091d783b1140f8d321d8c6d221aeb0d39d0.tar.gz
talos-obmc-uboot-a0ae0091d783b1140f8d321d8c6d221aeb0d39d0.zip
i.MX6: add enable_spi_clk()
add enable_spi_clk(), so board code can enable spi clocks. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Cc: Eric Nelson <eric.nelson@boundarydevices.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/clock.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/clock.h1
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 1b4ded7feb..339c789110 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -57,6 +57,7 @@ void enable_usboh3_clk(unsigned char enable);
int enable_sata_clock(void);
int enable_pcie_clock(void);
int enable_i2c_clk(unsigned char enable, unsigned i2c_num);
+int enable_spi_clk(unsigned char enable, unsigned spi_num);
void enable_ipu_clock(void);
int enable_fec_anatop_clock(enum enet_freq freq);
#endif /* __ASM_ARCH_CLOCK_H */
OpenPOWER on IntegriCloud