imx233: rewrite clkctrl using new register headers

Change-Id: I6c79e99ed4ab20e00c3110d870e144a6c8596769
This commit is contained in:
Amaury Pouly 2013-06-16 15:28:04 +02:00
parent f545908c16
commit 2a01b3766f
4 changed files with 98 additions and 218 deletions

View file

@ -44,7 +44,7 @@
void imx233_chip_reset(void)
{
HW_CLKCTRL_RESET = HW_CLKCTRL_RESET_CHIP;
HW_CLKCTRL_RESET = BM_CLKCTRL_RESET_CHIP;
}
void system_reboot(void)