Broken I2C pin configuration

  • On the Vybrid platform, the I2C pin configuration is broken in release fsvybrid-V1.1. The SCL and SDA lines are actively driven instead of open drain signals.


    The attached patch should solve this issue. Go to the linux source directory and apply with


    Code
    1. patch -p1 < Fix-broken-I2C-pin-configuration-on-Vybrid.patch


    Then recompile the kernel.


    Sorry for the inconvenience.


    Your F&S Support Team