1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add clock support. Mostly untested.

This commit is contained in:
Lars-Peter Clausen
2009-09-02 11:15:26 +02:00
committed by Xiangfu Liu
parent fd21fd92e0
commit b8419470a2
3 changed files with 781 additions and 1 deletions

View File

@@ -170,4 +170,6 @@ static inline void __cpm_select_msc_clk(int sd)
REG_CPM_MSCCDR = div - 1;
}
int jz_init_clocks(unsigned long ext_rate);
#endif /* __ASM_JZ4740_CLOCK_H__ */