diff options
author | Heiko Schocher <hs@denx.de> | 2013-08-03 07:22:49 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-08-10 10:38:06 +0200 |
commit | b424aae4be86c308cfda272cdef337735276c556 (patch) | |
tree | 767cc7716671148fffef20de60ed6664cc3dc5dc /arch | |
parent | 0017f9ee066f8049733ec4d5aacd97dd0cf4e2ec (diff) | |
download | u-boot-imx-b424aae4be86c308cfda272cdef337735276c556.zip u-boot-imx-b424aae4be86c308cfda272cdef337735276c556.tar.gz u-boot-imx-b424aae4be86c308cfda272cdef337735276c556.tar.bz2 |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/hardware.h | 1 |
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 02f5f8a..2dfcc2e 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 */ |