Skip to content
Snippets Groups Projects
Commit b424aae4 authored by Heiko Schocher's avatar Heiko Schocher Committed by Anatolij Gustschin
Browse files

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: default avatarHeiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: default avatarTom Rini <trini@ti.com>
parent 0017f9ee
No related branches found
No related tags found
No related merge requests found
...@@ -78,4 +78,5 @@ ...@@ -78,4 +78,5 @@
#define USB0_OTG_BASE 0x47401000 #define USB0_OTG_BASE 0x47401000
#define USB1_OTG_BASE 0x47401800 #define USB1_OTG_BASE 0x47401800
int clk_get(int clk);
#endif /* __AM33XX_HARDWARE_H */ #endif /* __AM33XX_HARDWARE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment