summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2013-08-03 07:22:49 +0200
committerAnatolij Gustschin <agust@denx.de>2013-08-10 10:38:06 +0200
commitb424aae4be86c308cfda272cdef337735276c556 (patch)
tree767cc7716671148fffef20de60ed6664cc3dc5dc
parent0017f9ee066f8049733ec4d5aacd97dd0cf4e2ec (diff)
downloadblackbird-obmc-uboot-b424aae4be86c308cfda272cdef337735276c556.tar.gz
blackbird-obmc-uboot-b424aae4be86c308cfda272cdef337735276c556.zip
arm, am33xx: add clk_get prototype
the clk_get() function is needed for the da8xx-fb video driver, which is used on the am3xx based siemens boards. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com> Acked-by: Tom Rini <trini@ti.com>
-rw-r--r--arch/arm/include/asm/arch-am33xx/hardware.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h
index 02f5f8a8d2..2dfcc2e65b 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware.h
@@ -78,4 +78,5 @@
#define USB0_OTG_BASE 0x47401000
#define USB1_OTG_BASE 0x47401800
+int clk_get(int clk);
#endif /* __AM33XX_HARDWARE_H */
OpenPOWER on IntegriCloud