dm: power: Convert as3722 to driver modelConvert this PMIC driver to driver model and fix up other users. Theregulator and GPIO functions are now handled by separate drivers.Update nyan-big to w
dm: power: Convert as3722 to driver modelConvert this PMIC driver to driver model and fix up other users. Theregulator and GPIO functions are now handled by separate drivers.Update nyan-big to work correct. Three boards will need to be updated bythe maintainers: apalis-tk1, cei-tk1-som. Also the TODO in the code reas3722_sd_set_voltage() needs to be completed.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Lukasz Majewski <lukma@denx.de>Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>Tested-on: Jetson-TK1Tested-by: Stephen Warren <swarren@nvidia.com>
show more ...
arm: tegra: initial support for apalis tk1This patch adds board support for the Toradex Apalis TK1 a computer onmodule which can be used on different carrier boards.The module consists of a Tegr
arm: tegra: initial support for apalis tk1This patch adds board support for the Toradex Apalis TK1 a computer onmodule which can be used on different carrier boards.The module consists of a Tegra TK1 SoC, a PMIC solution, 2 GB of DDR3LRAM, a bunch of level shifters, an eMMC, a TMP451 temperature sensorchip, an I210 gigabit Ethernet controller and a SGTL5000 audio codec.Furthermore, there is a Kinetis MK20DN512 companion micro controller foranalogue, CAN and resistive touch functionality.For the sake of ease of use we do not distinguish between differentcarrier boards for now as the base module features are deemedsufficient enough for regular booting.The following functionality is working so far:- eMMC boot, environment storage and Toradex factory config block- Gigabit Ethernet- MMC/SD cards (both MMC1 as well as SD1 slot)- USB client/host (dual role OTG port as client e.g. for DFU/UMS or host, other two ports as host)Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>Signed-off-by: Tom Warren <twarren@nvidia.com>