provide a system clock to be used by the MIPS timer

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34550
This commit is contained in:
Florian Fainelli
2012-12-06 22:39:52 +00:00
parent 79c2ce01b7
commit e37f6fb458
4 changed files with 33 additions and 8 deletions

View File

@@ -109,4 +109,6 @@
#define CRGPIO_TOGGLE(num) \
ADM8668_CONFIG_REG(CRGPIO_REG) ^= (1 << (6 + num))
void adm8668_init_clocks(void);
#endif /* __ADM8668_H__ */