06 May, 2020

3 commits

  • The i2c gpio mux is not enabled, this causes i2c3 not work and all
    io expander devices on i2c3 not work. So we will meet such as
    "usb start" fail due to the VBUS is not power up.

    The patch add the i2c mux and i2c gpio mux configs. And remove codes of
    controlling i2c steering from board, since i2c gpio mux does same thing.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit 39183dc231e12c3072ffd9a37ac6a6616178e263)

    Ye Li
     
  • Enable fastboot configurations in mx6solo sabresd and sabreauto
    defconfigs to support UUU. Since the DDR size on mx6solo sabre
    boards is smaller, also change the fastboot buffer to 256MB.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit 8435fc2e868e7cdd82a36081a97ab73a894b4531)

    Ye Li
     
  • Add defconfigs to support various boot devices and platforms
    for MX6DQ/DQP/DL/S sabreauto and sabresd boards.

    Signed-off-by: Ye Li
    (cherry picked from commit d88863b467d2aebc802d634dcc96060f5af45414)
    (cherry picked from commit 1a3fe19c2cf1b2147813c14b177f3d99d39f4b70)

    Ye Li