diff options
Diffstat (limited to 'firmware/target/arm/imx233/timrot-imx233.c')
-rw-r--r-- | firmware/target/arm/imx233/timrot-imx233.c | 2 |
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 723ecc31ab..848f640b5c 100644 --- a/firmware/target/arm/imx233/timrot-imx233.c +++ b/firmware/target/arm/imx233/timrot-imx233.c | |||
@@ -62,5 +62,5 @@ void imx233_timrot_init(void) | |||
62 | { | 62 | { |
63 | imx233_reset_block(&HW_TIMROT_ROTCTRL); | 63 | imx233_reset_block(&HW_TIMROT_ROTCTRL); |
64 | /* enable xtal path to timrot */ | 64 | /* enable xtal path to timrot */ |
65 | imx233_clkctrl_enable_xtal(XTAL_TIMROT, true); | 65 | imx233_clkctrl_enable(CLK_TIMROT, true); |
66 | } | 66 | } |