Hi there,
I am using a custom board with OMAP 3530.
I have connected a HDMI Controller on I2C-1 of OMAP. As such my HDMI works perfectly fine.
When my HDMI driver is built as a "built-in" into the kernel, I have non-stop messages like this:
i2c_omap i2c_omap.1: addr: 0x003d, len: 1, flags: 0x0, stop: 0
i2c_omap i2c_omap.1: IRQ (ISR = 0x4000)
i2c_omap i2c_omap.1: IRQ (ISR = 0x1004)
If the same driver (my HDMI driver) is built as module and I insert the driver, I do not get any of these messages.
Any reason for this behavior?
As you can see my I2C slave id is 0x3d. And the HDMI driver, either built-in or as module, works fine, though.
Murali