]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 1 Sep 2014 11:50:51 +0000 (13:50 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 5 Sep 2014 04:58:50 +0000 (13:58 +0900)
commitbf3a08bec8f4cb0328eead7c4ac2c1bb9cd2ad35
treee3c896b86e0a0de23181a82610e6f6ca526fb5de
parentc9c36bf56e4c6a7df3ea5abafbd993df265c9538
odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412

This board file supports standard features of Odroid X2 and U3 boards:
- Exynos4412 core clock set to 1000MHz and MPLL peripherial clock set to 800MHz,
- MAX77686 power regulator,
- USB PHY,
- enable XCL205 - power for board peripherials
- check board type: U3 or X2.
- enable Odroid U3 FAN cooler

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/odroid/Makefile [new file with mode: 0644]
board/samsung/odroid/odroid.c [new file with mode: 0644]
board/samsung/odroid/setup.h [new file with mode: 0644]