]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: Add common board code for exynos5 boards that use device tree
authorSimon Glass <sjg@chromium.org>
Mon, 3 Aug 2015 14:19:27 +0000 (08:19 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:16 +0000 (08:17 +0200)
commit1ca65e47c5e5d19ede4f8667b4b5c52789c3761d
treed84d564a74378158da077940f6eb61676fd2be7c
parent5f62f9a34e89f52d0fb8ed88ff60e65c888c52d7
exynos: Add common board code for exynos5 boards that use device tree

Some boards use device tree for almost all board-specific configuration.
They therefore do not need their own separate board code, but can all use
the same version. Add a common version of the board code. It uses the
PMIC, regulator and video bridge uclasses. This will support smdk5250,
smdk5420, snow, spring, pit and pi.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/samsung/common/Makefile
board/samsung/common/exynos5-dt.c [new file with mode: 0644]