]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
samsung: Enable device tree for s5p_goni
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:50 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:47 +0000 (17:25 +0900)
commit311757be275c1d592ff357e9faedca4c967a3064
tree45366e5bf7c5dc072d2b0c3e071229b1b3186ac2
parent1d5511000367e94d5edce7d9c3720bd9097912a7
samsung: Enable device tree for s5p_goni

Change this board to add a device tree.

This also adds a pinmux header file although it is not used as yet.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/Kconfig
arch/arm/cpu/armv7/s5pc1xx/Kconfig [new file with mode: 0644]
arch/arm/dts/Makefile
arch/arm/dts/s5pc1xx-goni.dts [new file with mode: 0644]
arch/arm/include/asm/arch-s5pc1xx/periph.h [new file with mode: 0644]
arch/arm/include/asm/arch-s5pc1xx/pinmux.h [new file with mode: 0644]
configs/s5p_goni_defconfig
drivers/mmc/s5p_sdhci.c
include/configs/s5p_goni.h