Hello maillist! I am integrating frontend with dvb-demux driver of one device called mdemux. The frontend includes following parts: - stv0903bab demodulator - stv6110a tuner - lnbp21 power supply controller stv6110a is connected to i2c bus via stv0903's repeater. My question is about setting up i2c repeater frequency divider (I2CRPT register). stv0903 datasheet says that "the speed of the i2c repeater obtained by dividing the internal chip frequency (that is, 135 MHz)" budget.c driver uses value STV090x_RPTLEVEL_16 for this divider. But 135*10^6/16 is still too high to be valid i2c freq. Please explain where I'm wrong. Does the base frequency really equals to 135 Mhz? Thanks. -- Sergey -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html