summaryrefslogtreecommitdiff
path: root/arch/arm/dts/exynos4210-smdkv310.dts
Commit message (Collapse)AuthorAgeLines
* dm: exynos: dts: Convert /include/ to #includeSimon Glass2014-10-22-1/+1
| | | | | | | | We should be consistent about this. The kernel has moved to #include which breaks error reporting to some extent but does allow us to include binding files. Signed-off-by: Simon Glass <sjg@chromium.org>
* config: Move smdkv310 to use common exynos4 fileSimon Glass2014-10-08-0/+21
Most of the smdkv310 features are common with other exynos4 boards. To permit easier addition of driver model support, use the common file and add a device tree file. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>