commit | dc4d5e5f5533a2eeaff1f2b83fd941c92654d529 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 03 08:19:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:15 2015 -0600 |
tree | e1340d1c9b67048b144df4f4c73420b711e9f221 | |
parent | 32d4bb71c77ec21ac3f7f27aabecc7b12b02f37e [diff] |
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>