[U-Boot] [PATCH 3/7] arm, am33xx: add clk_get prototype

Heiko Schocher hs at denx.de
Sat Aug 3 07:22:49 CEST 2013


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 at denx.de>
Cc: Tom Rini <trini at ti.com>
---
 arch/arm/include/asm/arch-am33xx/hardware.h | 1 +
 1 Datei geändert, 1 Zeile hinzugefügt(+)

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 */
-- 
1.7.11.7



More information about the U-Boot mailing list