summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx31/clock.h
diff options
context:
space:
mode:
authorHelmut Raiger <helmut.raiger@hale.at>2011-10-12 23:08:30 +0200
committerAnatolij Gustschin <agust@denx.de>2011-10-13 12:27:24 +0200
commitf00291985b231c5c1f05fc6d09488001d22ae7e3 (patch)
tree6a06a5fc8593457c2d1d3db5c3189a5972d72197 /arch/arm/include/asm/arch-mx31/clock.h
parent02ae1a1860af28164b41e0b29e53e1a1ee913225 (diff)
downloadblackbird-obmc-uboot-f00291985b231c5c1f05fc6d09488001d22ae7e3.tar.gz
blackbird-obmc-uboot-f00291985b231c5c1f05fc6d09488001d22ae7e3.zip
mx31: make HSP clock for mx3fb driver available
This additionally updates mx31/generic.c by - replacing __REG() macro accesses with readl() and writel() - providing macros for PDR0 and PLL bit accesses Signed-off-by: Helmut Raiger <helmut.raiger@hale.at> Acked-by: Marek Vasut <marek.vasut@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx31/clock.h')
-rw-r--r--arch/arm/include/asm/arch-mx31/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx31/clock.h b/arch/arm/include/asm/arch-mx31/clock.h
index cc99a75e92..2e3bce2c31 100644
--- a/arch/arm/include/asm/arch-mx31/clock.h
+++ b/arch/arm/include/asm/arch-mx31/clock.h
@@ -30,6 +30,7 @@ enum mxc_clock {
MXC_IPG_PERCLK,
MXC_CSPI_CLK,
MXC_UART_CLK,
+ MXC_IPU_CLK
};
unsigned int mxc_get_clock(enum mxc_clock clk);
OpenPOWER on IntegriCloud