diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-07-23 11:45:22 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-07-23 11:45:22 +0000 |
commit | eb90d956935019f577311ebc7aec3a7898d76019 (patch) | |
tree | c4ac810faaf390b9020c46dc2197008679099034 /firmware/target/arm/imx233/i2c-imx233.c | |
parent | 06c94740e510d0ce04e069f34631a0539e9e6742 (diff) |
imx233/fuze+: huge rework
- enable MMU
-rework lcd frame buffer
- add rtc/adc/power stubs (or not)
- fix a few MMC related defines (hopefully)
- implement cache handling for DMA
- more SD work
- add keymap (based on clip)
- add virtual buttons
- update linker scripts
- big step toward apps actually compiling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233/i2c-imx233.c')
-rw-r--r-- | firmware/target/arm/imx233/i2c-imx233.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/i2c-imx233.c b/firmware/target/arm/imx233/i2c-imx233.c index 9d29605bce..6fa3182066 100644 --- a/firmware/target/arm/imx233/i2c-imx233.c +++ b/firmware/target/arm/imx233/i2c-imx233.c @@ -53,7 +53,7 @@ void INT_I2C_DMA(void) semaphore_release(&i2c_sema); } -void imx233_i2c_init(void) +void i2c_init(void) { __REG_SET(HW_I2C_CTRL0) = __BLOCK_SFTRST | __BLOCK_CLKGATE; /* setup pins (must be done when shutdown) */ |