diff mbox series

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

Message ID 20220113083928.288355-3-jh80.chung@samsung.com
State RFC
Delegated to: Minkyu Kang
Headers show
Series Exynos5: Update devicetree files from linux kernel | expand

Commit Message

Jaehoon Chung Jan. 13, 2022, 8:39 a.m. UTC
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 mbox series

Patch

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 },
 	{ },
 };