mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: fix clkctrl naming
Move to a more consistent naming convention like the other devices Change-Id: I4ddbbee27ee9f5ae775c5776592ec7ce02b30948
This commit is contained in:
parent
9022c69b64
commit
553aeae9c6
8 changed files with 100 additions and 98 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue