Commit 4bf466c1 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Enable second I2C bus on 24xx

Enable second I2C bus on 24xx
parent 3e709eac
...@@ -121,8 +121,8 @@ static void omap_init_i2c(void) ...@@ -121,8 +121,8 @@ static void omap_init_i2c(void)
(void) platform_device_register(&omap_i2c_device1); (void) platform_device_register(&omap_i2c_device1);
//if (cpu_is_omap24xx()) if (cpu_is_omap24xx())
// (void) platform_device_register(&omap_i2c_device2); (void) platform_device_register(&omap_i2c_device2);
} }
#else #else
static inline void omap_init_i2c(void) {} static inline void omap_init_i2c(void) {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment