[RFC 2/6] board: exynos5-dt-type: add hardkernel,odroid-xu3 compatible

Jaehoon Chung jh80.chung at samsung.com
Thu Jan 13 09:39:24 CET 2022


Add hardkernel,odroid-xu3 compatible.
Linux kernel device-tree is using it.

Signed-off-by: Jaehoon Chung <jh80.chung at 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 },
 	{ },
 };
-- 
2.29.0



More information about the U-Boot mailing list