<div>i2c_register_board_info- first parameter defines the bus number</div><div>and this should match with the id for the device (which is resident</div><div>on the I2C bus) while registering in board initialization files.</div>
<div><br></div><div>AFAIK this bus number is basically an identifer to distinguish between</div><div>different I2C bus drivers.Am i right??</div><div><br></div><div>If yes then in our platform we have only one I2C bus driver then why do</div>
<div>we have to give different bus numbers??</div><div><br></div><div>Our devices are connected to different SDA and SCL lines(gpios basically) and </div><div>for which we are using different bus numbers but we have common I2C driver.</div>
<div>So why different bus numbers???</div>