Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • trem's avatar
    815a76f2
    i2c: fix init on generic board · 815a76f2
    trem authored
    
    On generic board, the i2c init initialize only
    one bus. But the new i2c subsystem allow to
    manage severals i2c bus. So in the case, instead
    of initializing a bus, we just set the current
    i2c bus. The initialization will be done in
    the i2c command.
    
    Signed-off-by: default avatarPhilippe Reynes <tremyfr@yahoo.fr>
    815a76f2
    History
    i2c: fix init on generic board
    trem authored
    
    On generic board, the i2c init initialize only
    one bus. But the new i2c subsystem allow to
    manage severals i2c bus. So in the case, instead
    of initializing a bus, we just set the current
    i2c bus. The initialization will be done in
    the i2c command.
    
    Signed-off-by: default avatarPhilippe Reynes <tremyfr@yahoo.fr>