aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mp-venice-gw71xx-2x.dts
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2024-03-12 12:05:43 -0700
committerFabio Estevam <festevam@gmail.com>2024-03-17 18:39:54 -0300
commit86b79cf131b64eadae023a127921893d30503093 (patch)
tree51d46b94d8ec64275af34442e8d3170ef7f5fdf6 /arch/arm/dts/imx8mp-venice-gw71xx-2x.dts
parente30abefcb59853825c116ceb1d6e735bd078759a (diff)
downloadu-boot-86b79cf131b64eadae023a127921893d30503093.zip
u-boot-86b79cf131b64eadae023a127921893d30503093.tar.gz
u-boot-86b79cf131b64eadae023a127921893d30503093.tar.bz2
imx8m*_venice: move venice to OF_UPSTREAM
Move to imx8m{m,n,p}-venice to OF_UPSTREAM: - replace the non-upstream generic imx8m{m,n,p}-venice dt with one of the dt's from the OF_LIST - handle the fact that dtbs now have a 'freescale/' prefix - imply OF_UPSTREAM - remove rudundant files from arch/arm/dts leaving only the *-u-boot.dtsi files Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Diffstat (limited to 'arch/arm/dts/imx8mp-venice-gw71xx-2x.dts')
-rw-r--r--arch/arm/dts/imx8mp-venice-gw71xx-2x.dts19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/dts/imx8mp-venice-gw71xx-2x.dts b/arch/arm/dts/imx8mp-venice-gw71xx-2x.dts
deleted file mode 100644
index 53120fc..0000000
--- a/arch/arm/dts/imx8mp-venice-gw71xx-2x.dts
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
-/*
- * Copyright 2023 Gateworks Corporation
- */
-
-/dts-v1/;
-
-#include "imx8mp.dtsi"
-#include "imx8mp-venice-gw702x.dtsi"
-#include "imx8mp-venice-gw71xx.dtsi"
-
-/ {
- model = "Gateworks Venice GW71xx-2x i.MX8MP Development Kit";
- compatible = "gateworks,imx8mp-gw71xx-2x", "fsl,imx8mp";
-
- chosen {
- stdout-path = &uart2;
- };
-};