Exynos5420: Introduce support for the Peach-Pit board
authorAkshay Saraswat <akshay.s@samsung.com>
Wed, 18 Jun 2014 12:23:58 +0000 (17:53 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Sun, 22 Jun 2014 23:45:44 +0000 (08:45 +0900)
commit8e4ab1d58265884bbc9da6c6720d7a635f00fb2b
tree3b4dfc06fbedef9bce5115116ca2e09291ee1194
parenteacf46d340db182a4068772ec43e2586e9eaf80b
Exynos5420: Introduce support for the Peach-Pit board

While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit
line of devices, there could be other boards using the same chip, so a
common configuration file is being added (exynos5420.h) as well
as two common device tree files (exynos54xx.dtsi & exynos5420.dtsi).

The peach board as declared in boards.cfg is a copy of smdk5420
declaration. The configuration files are similar, but define different
default device trees, console serial ports and prompts.

The device tree files for smdk5420 and peach-pit inherit from the same
common file.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/Makefile
arch/arm/dts/exynos5420-peach-pit.dts [new file with mode: 0644]
arch/arm/dts/exynos5420-smdk5420.dts
arch/arm/dts/exynos5420.dtsi [deleted file]
arch/arm/dts/exynos54xx.dtsi [new file with mode: 0644]
boards.cfg
include/configs/exynos5420.h [new file with mode: 0644]
include/configs/peach-pit.h [new file with mode: 0644]
include/configs/smdk5420.h