
19 Jun
2012
19 Jun
'12
9:28 a.m.
Hi Joonyoung Shim,
Thank you for comments.
On Tue, Jun 19, 2012 at 12:45 PM, Joonyoung Shim dofmind@gmail.com wrote:
+static void i2c_bus_init(struct s3c24x0_i2c *i2c, unsigned int bus) +{
- int periph_id = i2c_get_periph_id(bus);
- exynos_pinmux_config(periph_id, 0);
- i2c_ch_init(i2c, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
+}
This function is used only in EXYNOS5.
-- This will be used in Multi bus also which other boards can use.
But, this will cause compile errors at the s3c24xx.
-- Resoved the same and sent patch set.
--
- Joonyoung Shim
Regards, Rajeshwari Shinde.