
Add hardkernel,odroid-xu3 compatible. Linux kernel device-tree is using it.
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com --- board/samsung/common/exynos5-dt-types.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/samsung/common/exynos5-dt-types.c b/board/samsung/common/exynos5-dt-types.c index 554fc91cc1a3..d75ec4251c49 100644 --- a/board/samsung/common/exynos5-dt-types.c +++ b/board/samsung/common/exynos5-dt-types.c @@ -21,6 +21,7 @@ DECLARE_GLOBAL_DATA_PTR;
static const struct udevice_id board_ids[] = { { .compatible = "samsung,odroidxu3", .data = EXYNOS5_BOARD_ODROID_XU3 }, + { .compatible = "hardkernel,odroid-xu3", .data = EXYNOS5_BOARD_ODROID_XU3 }, { .compatible = "samsung,exynos5", .data = EXYNOS5_BOARD_GENERIC }, { }, };