27 Apr, 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
     
  • i.MX6DL boards enable fastboot as default, support both sabresd and
    sabreauto.
    uuu will use fastboot command to write emmc.

    Signed-off-by: Xiaoning Wang
    Signed-off-by: Ye Li
    (cherry picked from commit 248dfa629aaef0ed72b8d3a86f4df2fed737eeb9)

    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