]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: tegra: Enable driver model in SPL and adjust the GPIO driver
authorSimon Glass <sjg@chromium.org>
Tue, 3 Mar 2015 15:02:59 +0000 (08:02 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:28 +0000 (14:10 +0200)
commit6f7dec9a3a8ecb16d04d4a83869f12fba4ba4ef9
tree43985400d9e312e8ef087a2aced8b1866ac01343
parent026b8cd8bc83938c89eb7593f848f6f08115e1b2
dm: tegra: Enable driver model in SPL and adjust the GPIO driver

Use the full driver model GPIO and serial drivers in SPL now that these are
supported. Since device tree is not available they will use platform data.

Remove the special SPL GPIO function as it is no longer needed.

This is all in one commit to maintain bisectability.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-tegra/Kconfig
board/nvidia/seaboard/seaboard.c
drivers/gpio/Makefile
drivers/gpio/tegra_gpio.c
include/configs/tegra-common.h