summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/timrot-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/timrot-imx233.c')
-rw-r--r--firmware/target/arm/imx233/timrot-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/timrot-imx233.c b/firmware/target/arm/imx233/timrot-imx233.c
index b7cf588cf3..24ed0096ab 100644
--- a/firmware/target/arm/imx233/timrot-imx233.c
+++ b/firmware/target/arm/imx233/timrot-imx233.c
@@ -75,5 +75,5 @@ void imx233_timrot_init(void)
75{ 75{
76 imx233_reset_block(&HW_TIMROT_ROTCTRL); 76 imx233_reset_block(&HW_TIMROT_ROTCTRL);
77 /* enable xtal path to timrot */ 77 /* enable xtal path to timrot */
78 imx233_enable_xtal_clock(XTAL_TIMROT, true); 78 imx233_clkctrl_enable_xtal(XTAL_TIMROT, true);
79} 79}