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: Add support for TK1-SOM board from Colorado EngineeringThe Colorado TK1 SOM is a small form factor board similar to theJetson TK1. The main differences lie in the pinmux, and in that
ARM: tegra: Add support for TK1-SOM board from Colorado EngineeringThe Colorado TK1 SOM is a small form factor board similar to theJetson TK1. The main differences lie in the pinmux, and in that thePCIe controller is set to use in 4lanes+1lane, rather than 2+2.The pinmux header here was generated from a spreadsheet provided byColorado Engineering using the tegra-pinmux scripts. The spreadsheetwas converted from v09 to v11 by me.Signed-off-by: Peter Chubb <peter.chubb@data61.csiro.au>Acked-by: Stephen Warren <swarren@nvidia.com>Signed-off-by: Tom Warren <twarren@nvidia.com>