]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm, am33xx: add clk_get prototype
authorHeiko Schocher <hs@denx.de>
Sat, 3 Aug 2013 05:22:49 +0000 (07:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Aug 2013 08:38:06 +0000 (10:38 +0200)
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>
arch/arm/include/asm/arch-am33xx/hardware.h

index 02f5f8a8d25903984e4d620cc7bdd58adc9ccd9e..2dfcc2e65bef0297ecb0a402b421720dbc946fbe 100644 (file)
@@ -78,4 +78,5 @@
 #define USB0_OTG_BASE                  0x47401000
 #define USB1_OTG_BASE                  0x47401800
 
+int clk_get(int clk);
 #endif /* __AM33XX_HARDWARE_H */