projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0017f9e
)
arm, am33xx: add clk_get prototype
author
Heiko Schocher
<hs@denx.de>
Sat, 3 Aug 2013 05:22:49 +0000
(07:22 +0200)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-am33xx/hardware.h
b/arch/arm/include/asm/arch-am33xx/hardware.h
index 02f5f8a8d25903984e4d620cc7bdd58adc9ccd9e..2dfcc2e65bef0297ecb0a402b421720dbc946fbe 100644
(file)
--- 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 */