imx233: fix clkctrl naming

Move to a more consistent naming convention like the other devices

Change-Id: I4ddbbee27ee9f5ae775c5776592ec7ce02b30948
This commit is contained in:
Amaury Pouly 2012-05-19 13:16:17 +02:00
parent 9022c69b64
commit 553aeae9c6
8 changed files with 100 additions and 98 deletions

View file

@ -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);
}