diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-19 13:16:17 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-05-19 16:10:51 +0200 |
commit | 553aeae9c63f789c969a954983e537244934903a (patch) | |
tree | 13a36bf8dc86d77b4ff5d7f6127b1df1c5c3e633 /firmware/target/arm/imx233/timrot-imx233.c | |
parent | 9022c69b646b43d7bd5ee2948f6abb9f51459aea (diff) | |
download | rockbox-553aeae9c63f789c969a954983e537244934903a.tar.gz rockbox-553aeae9c63f789c969a954983e537244934903a.tar.bz2 rockbox-553aeae9c63f789c969a954983e537244934903a.zip |
imx233: fix clkctrl naming
Move to a more consistent naming convention like the other devices
Change-Id: I4ddbbee27ee9f5ae775c5776592ec7ce02b30948
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 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) { imx233_reset_block(&HW_TIMROT_ROTCTRL); /* enable xtal path to timrot */ - imx233_enable_xtal_clock(XTAL_TIMROT, true); + imx233_clkctrl_enable_xtal(XTAL_TIMROT, true); } |