]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
EXYNOS5: PINMUX: Added default pinumx settings
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Wed, 6 Jun 2012 19:54:29 +0000 (19:54 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:25 +0000 (14:07 +0200)
commitc5e3710a185d821c3c68ae92f932a7a9956522bd
tree4f7362d79a8bd1c2833b00d64b8c24f3db9f87b7
parenta0f5b5a3a28e5ba82515e58bf6a2209f6b7cb684
EXYNOS5: PINMUX: Added default pinumx settings

This patch performs the pinmux configuration in a common file.
As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is
supported.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/Makefile
arch/arm/cpu/armv7/exynos/pinmux.c [new file with mode: 0644]
arch/arm/include/asm/arch-exynos/periph.h [new file with mode: 0644]
arch/arm/include/asm/arch-exynos/pinmux.h [new file with mode: 0644]