29 Jul, 2017

1 commit

  • Convert this PMIC driver to driver model and fix up other users. The
    regulator and GPIO functions are now handled by separate drivers.

    Update nyan-big to work correct. Three boards will need to be updated by
    the maintainers: apalis-tk1, cei-tk1-som. Also the TODO in the code re
    as3722_sd_set_voltage() needs to be completed.

    Signed-off-by: Simon Glass
    Reviewed-by: Lukasz Majewski
    Tested-by: Marcel Ziswiler
    Tested-on: Jetson-TK1
    Tested-by: Stephen Warren

    Simon Glass
     

02 Sep, 2016

1 commit

  • The Colorado TK1 SOM is a small form factor board similar to the
    Jetson TK1. The main differences lie in the pinmux, and in that the
    PCIe controller is set to use in 4lanes+1lane, rather than 2+2.

    The pinmux header here was generated from a spreadsheet provided by
    Colorado Engineering using the tegra-pinmux scripts. The spreadsheet
    was converted from v09 to v11 by me.

    Signed-off-by: Peter Chubb
    Acked-by: Stephen Warren
    Signed-off-by: Tom Warren

    Peter Chubb