]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 22 Mar 2015 17:12:23 +0000 (18:12 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:14 +0000 (21:47 +0200)
commit0ebb1eefa89003743d80db1ed17253f531df4e8e
tree75eeb54547ccb05cb13cc29fa4c3c4c098d4a020
parent615f9e614d6df3cf17b4da773b4df7f8f8c521e7
sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig

Sunxi platforms have different possible mmc pin mux setups (except for mmc0),
which are different across platforms.

This lets users configure which is used through the CONFIG_MMC*_PINS Kconfig
options. This is especially relevant when a second (in addition to mmc0) port
is used and CONFIG_MMC_SUNXI_SLOT_EXTRA is enabled.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/include/asm/arch-sunxi/gpio.h
board/sunxi/Kconfig
board/sunxi/board.c
drivers/gpio/sunxi_gpio.c