]> git.karo-electronics.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)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:15 +0000 (21:06 -0600)
commitc65dc7d8742837addfb1b0da3b090967423f4a9b
treee1340d1c9b67048b144df4f4c73420b711e9f221
parent8bba6cc0db3f72b313c0e45ae57d9b733ab00249
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]