[PATCH 6/6] ARM: i.MX8MP: skov: add new 7" g07017 variant support
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Apr 13 23:50:09 PDT 2025
Add new 7" TIAN G07017 board variant.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/arm/boards/skov-imx8mp/board.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boards/skov-imx8mp/board.c b/arch/arm/boards/skov-imx8mp/board.c
index ce8d154a7355..0e471a3437bf 100644
--- a/arch/arm/boards/skov-imx8mp/board.c
+++ b/arch/arm/boards/skov-imx8mp/board.c
@@ -86,6 +86,10 @@ static const struct board_description imx8mp_variants[] = {
[2] = {
.dts_compatible = "skov,imx8mp-skov-revc-bd500",
},
+
+ [3] = {
+ .dts_compatible = "skov,imx8mp-skov-revc-tian-g07017",
+ },
};
static const struct board_description imx8mp_basic_variant = {
--
2.39.5
More information about the barebox
mailing list