• Mauro Carvalho Chehab's avatar
    [media] au0828: improve I2C speed · cfd0c77d
    Mauro Carvalho Chehab authored
    Commits 21dc61d3 and 7a1dd50b reduced the board I2C
    speed to 20 MHz by default, due to a I2C stretch issue:
    while xc5000 uses i2c stretch when a command is sent to it,
    au0828 doesn't support this feature.
    
    However, this is needed only for Xceive tuners. The other
    I2C devices can work at the max speed.
    
    So, revert the workarounds at board level, handling it at
    I2C level, only when talking with xc5000.
    Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
    cfd0c77d
au0828-i2c.c 9.75 KB