summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/clock.h')
-rwxr-xr-xsrc/soc/rockchip/rk3288/clock.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/clock.h b/src/soc/rockchip/rk3288/clock.h
index cc2ec78d16..e7732199ac 100755
--- a/src/soc/rockchip/rk3288/clock.h
+++ b/src/soc/rockchip/rk3288/clock.h
@@ -22,8 +22,13 @@
#include "addressmap.h"
+#define APLL_HZ 816000000
+#define GPLL_HZ 594000000
+#define CPLL_HZ 384000000
+#define DPLL_HZ 300000000
+
void rkclk_init(void);
-void rkclk_ddr_reset(u32 ch, u32 ctl, u32 phy);
+void rkclk_configure_spi(unsigned int bus, unsigned int hz);
#endif /* __SOC_ROCKCHIP_RK3288_CLOCK_H__ */